Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331691
b: refs/heads/master
c: b905a7f
h: refs/heads/master
i:
  331689: 901d1cf
  331687: 9fa3c4d
v: v3
  • Loading branch information
Wei Yongjun authored and Alex Elder committed Oct 1, 2012
1 parent e1afc7f commit 041967e
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: 3e8f43a089f06279c5f76a9ccd42578eebf7bfa5
refs/heads/master: b905a7f8b7a61c192927d0324f2ea6c998f451ba
2 changes: 1 addition & 1 deletion trunk/fs/ceph/caps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ static void __queue_cap_release(struct ceph_mds_session *session,

BUG_ON(msg->front.iov_len + sizeof(*item) > PAGE_CACHE_SIZE);
head = msg->front.iov_base;
head->num = cpu_to_le32(le32_to_cpu(head->num) + 1);
le32_add_cpu(&head->num, 1);
item = msg->front.iov_base + msg->front.iov_len;
item->ino = cpu_to_le64(ino);
item->cap_id = cpu_to_le64(cap_id);
Expand Down

0 comments on commit 041967e

Please sign in to comment.