Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188666
b: refs/heads/master
c: 529cfcc
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Dec 23, 2009
1 parent badd695 commit 22373fa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e0e3271074e1ebd0b80a912a457ce03c971bcd66
refs/heads/master: 529cfcc46ffa2cbe4d07641c11e65f67fe7b66e4
3 changes: 2 additions & 1 deletion trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,9 @@ int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
if (rc < 0) {
mutex_lock(&osdc->request_mutex);
__cancel_request(req);
__unregister_request(osdc, req);
mutex_unlock(&osdc->request_mutex);
dout("wait_request tid %llu timed out\n", req->r_tid);
dout("wait_request tid %llu canceled/timed out\n", req->r_tid);
return rc;
}

Expand Down

0 comments on commit 22373fa

Please sign in to comment.