Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311209
b: refs/heads/master
c: 680584f
h: refs/heads/master
i:
  311207: 2fa6e49
v: v3
  • Loading branch information
Alex Elder committed Jun 20, 2012
1 parent e9c791a commit 77ae5b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 61600ef8483924039dcdec8b4717ca32bd3353c6
refs/heads/master: 680584fab05efff732b5ae16ad601ba994d7b505
4 changes: 2 additions & 2 deletions trunk/net/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ void ceph_osdc_release_request(struct kref *kref)

if (req->r_request)
ceph_msg_put(req->r_request);
if (req->r_reply)
ceph_msg_put(req->r_reply);
if (req->r_con_filling_msg) {
dout("release_request revoking pages %p from con %p\n",
req->r_pages, req->r_con_filling_msg);
ceph_con_revoke_message(req->r_con_filling_msg,
req->r_reply);
ceph_con_put(req->r_con_filling_msg);
}
if (req->r_reply)
ceph_msg_put(req->r_reply);
if (req->r_own_pages)
ceph_release_page_vector(req->r_pages,
req->r_num_pages);
Expand Down

0 comments on commit 77ae5b3

Please sign in to comment.