Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198065
b: refs/heads/master
c: bddfa3c
h: refs/heads/master
i:
  198063: 7d8c00b
v: v3
  • Loading branch information
Henry C Chang authored and Sage Weil committed May 17, 2010
1 parent f132a0b commit 723cc39
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: a6424e48c8d54a5795430b07c4487f1ed280df4e
refs/heads/master: bddfa3cc18fcd9c9313a1030b19d3b0ea2639310
2 changes: 1 addition & 1 deletion trunk/fs/ceph/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ ssize_t ceph_listxattr(struct dentry *dentry, char *names, size_t size)
ci->i_xattrs.version, ci->i_xattrs.index_version);

if (__ceph_caps_issued_mask(ci, CEPH_CAP_XATTR_SHARED, 1) &&
(ci->i_xattrs.index_version > ci->i_xattrs.version)) {
(ci->i_xattrs.index_version >= ci->i_xattrs.version)) {
goto list_xattr;
} else {
spin_unlock(&inode->i_lock);
Expand Down

0 comments on commit 723cc39

Please sign in to comment.