git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bee82f
)
ceph: fix listxattr handling for vxattrs
author
Sage Weil
<sage@inktank.com>
Mon, 21 Jan 2013 06:02:39 +0000
(22:02 -0800)
committer
Sage Weil
<sage@inktank.com>
Thu, 14 Feb 2013 02:26:06 +0000
(18:26 -0800)
Only include vxattrs in the result if they are not hidden and exist
(as determined by the exists_cb callback).
Note that the buffer size we return when 0 is passed in always includes
vxattrs that *might* exist, forming an upper bound.
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
No differences found