Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188573
b: refs/heads/master
c: 266673d
h: refs/heads/master
i:
  188571: eeac914
v: v3
  • Loading branch information
Sage Weil committed Oct 9, 2009
1 parent 1da5ab7 commit f500e3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81b024e70fed635a2cf5a4bf911db1649bb005f5
refs/heads/master: 266673db423e6ab247170d6c6d72ec36e530a911
5 changes: 4 additions & 1 deletion trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,10 +813,13 @@ static void kick_requests(struct ceph_osd_client *osdc,

if (req->r_resend) {
dout(" r_resend set on tid %llu\n", req->r_tid);
__cancel_request(req);
goto kick;
}
if (req->r_osd && kickosd == req->r_osd)
if (req->r_osd && kickosd == req->r_osd) {
__cancel_request(req);
goto kick;
}

err = __map_osds(osdc, req);
if (err == 0)
Expand Down

0 comments on commit f500e3c

Please sign in to comment.