Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210051
b: refs/heads/master
c: 07a27e2
h: refs/heads/master
i:
  210049: 6949419
  210047: 6461ab6
v: v3
  • Loading branch information
Henry C Chang authored and Sage Weil committed Aug 23, 2010
1 parent 62181f3 commit 5217720
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: 124514918b030d74f1f3e15483b7bf3b85268082
refs/heads/master: 07a27e226d1ed210d2d4218bd0642b40f5405c6a
2 changes: 1 addition & 1 deletion trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ static int __send_request(struct ceph_osd_client *osdc,
reqhead->reassert_version = req->r_reassert_version;

req->r_stamp = jiffies;
list_move_tail(&osdc->req_lru, &req->r_req_lru_item);
list_move_tail(&req->r_req_lru_item, &osdc->req_lru);

ceph_msg_get(req->r_request); /* send consumes a ref */
ceph_con_send(&req->r_osd->o_con, req->r_request);
Expand Down

0 comments on commit 5217720

Please sign in to comment.