Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189217
b: refs/heads/master
c: 94aa8ae
h: refs/heads/master
i:
  189215: 23b758e
v: v3
  • Loading branch information
Sage Weil committed Mar 29, 2010
1 parent 8336b4e commit f08641f
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: 23ab15ad7a9d042afa7303b735b6e24faa607241
refs/heads/master: 94aa8ae13db2ecf2ec1b4e65a65d3fe92b468e0e
3 changes: 2 additions & 1 deletion trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ static void __unregister_request(struct ceph_mds_client *mdsc,
dout("__unregister_request %p tid %lld\n", req, req->r_tid);
rb_erase(&req->r_node, &mdsc->request_tree);
RB_CLEAR_NODE(&req->r_node);
ceph_mdsc_put_request(req);

if (req->r_unsafe_dir) {
struct ceph_inode_info *ci = ceph_inode(req->r_unsafe_dir);
Expand All @@ -541,6 +540,8 @@ static void __unregister_request(struct ceph_mds_client *mdsc,
list_del_init(&req->r_unsafe_dir_item);
spin_unlock(&ci->i_unsafe_lock);
}

ceph_mdsc_put_request(req);
}

/*
Expand Down

0 comments on commit f08641f

Please sign in to comment.