Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188743
b: refs/heads/master
c: 7af8f1e
h: refs/heads/master
i:
  188741: 694e834
  188739: f2cffbc
  188735: dec4c42
v: v3
  • Loading branch information
Sage Weil committed Mar 1, 2010
1 parent a899f55 commit c4faea3
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: e53a8fd773065628b24605b289a9a40ee4a35d83
refs/heads/master: 7af8f1e4aa86720840d3318e4dc225c3c7e5a6d0
2 changes: 1 addition & 1 deletion trunk/fs/ceph/caps.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ static int __cap_is_valid(struct ceph_cap *cap)
*/
int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented)
{
int have = ci->i_snap_caps;
int have = ci->i_snap_caps | ci->i_cap_exporting_issued;
struct ceph_cap *cap;
struct rb_node *p;

Expand Down

0 comments on commit c4faea3

Please sign in to comment.