Home
last modified time | relevance | path

Searched hist:b65917dd2700b7d12e25e2e0bbfd58eb3c932158 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dxattr.cdiff b65917dd2700b7d12e25e2e0bbfd58eb3c932158 Mon Jan 21 00:02:39 CST 2013 Sage Weil <sage@inktank.com> 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>