commit | 764a5c6b1fa4306dd7573c1d80914254909cd036 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Wed Dec 02 14:44:43 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 13 19:46:12 2015 -0500 |
tree | 6e5ceb636c3b53cdc0994cf8c2415656e2b12e82 | |
parent | 1046cb119521b5e1881f380dc99729fc84c96661 [diff] |
xattr handlers: Simplify list operation Change the list operation to only return whether or not an attribute should be listed. Copying the attribute names into the buffer is moved to the callers. Since the result only depends on the dentry and not on the attribute name, we do not pass the attribute name to list operations. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>