Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198041
b: refs/heads/master
c: f553069
h: refs/heads/master
i:
  198039: fbf4b5b
v: v3
  • Loading branch information
Stephen Rothwell authored and Sage Weil committed May 17, 2010
1 parent e1e8643 commit 3ac7368
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: 21b667f69b023979410188d7d94c9b219f216626
refs/heads/master: f553069e5d7c6f53688ae4470173fcb1be97cbe7
2 changes: 1 addition & 1 deletion trunk/fs/ceph/msgpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg)
msg->front.iov_len = pool->front_len;
msg->hdr.front_len = cpu_to_le32(pool->front_len);

kref_set(&msg->kref, 1); /* retake a single ref */
kref_init(&msg->kref); /* retake a single ref */
list_add(&msg->list_head, &pool->msgs);
pool->num++;
dout("msgpool_put %p reclaim %p, now %d/%d\n", pool, msg,
Expand Down

0 comments on commit 3ac7368

Please sign in to comment.