Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211387
b: refs/heads/master
c: 6bc1887
h: refs/heads/master
i:
  211385: e47643b
  211383: 61cd368
v: v3
  • Loading branch information
Sage Weil committed Oct 7, 2010
1 parent d1f244a commit e5e19b5
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: 936aeb5c4a9fa799abd7d630a94223acedcaad50
refs/heads/master: 6bc18876ba01fd4a077db6e1ed27201e4bda8864
2 changes: 1 addition & 1 deletion trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ static void __unregister_request(struct ceph_osd_client *osdc,
*/
static void __cancel_request(struct ceph_osd_request *req)
{
if (req->r_sent) {
if (req->r_sent && req->r_osd) {
ceph_con_revoke(&req->r_osd->o_con, req->r_request);
req->r_sent = 0;
}
Expand Down

0 comments on commit e5e19b5

Please sign in to comment.