Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347614
b: refs/heads/master
c: 61c7403
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder committed Dec 17, 2012
1 parent 1848bd8 commit 1b07d43
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2fd82b9e92c2a718ae81fc987b4468ceeee6979b
refs/heads/master: 61c74035626beb25a39b0273ccf7d75510bc36a1
2 changes: 1 addition & 1 deletion trunk/net/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ static void __unregister_linger_request(struct ceph_osd_client *osdc,
struct ceph_osd_request *req)
{
dout("__unregister_linger_request %p\n", req);
list_del_init(&req->r_linger_item);
if (req->r_osd) {
list_del_init(&req->r_linger_item);
list_del_init(&req->r_linger_osd);

if (list_empty(&req->r_osd->o_requests) &&
Expand Down

0 comments on commit 1b07d43

Please sign in to comment.