commit | b65917dd2700b7d12e25e2e0bbfd58eb3c932158 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Sun Jan 20 22:02:39 2013 -0800 |
committer | Sage Weil <sage@inktank.com> | Wed Feb 13 18:26:06 2013 -0800 |
tree | 7384c28c58c3ac3bb88533ed4e45f9bdfa6bd0a6 | |
parent | 0bee82fb4b8d49541fe474ed460d2b917f329568 [diff] |
ceph: fix listxattr handling for vxattrs 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>