commit | 1046cb119521b5e1881f380dc99729fc84c96661 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Wed Dec 02 14:44:42 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 13 19:46:00 2015 -0500 |
tree | 8b69ebd7c6dfb9108c0cee67e13c1bfa899c712f | |
parent | c4803c497fbdb37e96af614813a7cfb434b6682a [diff] |
ocfs2: Replace list xattr handler operations The list operations of the ocfs2 xattr handlers were never called anywhere. Remove them and directly check in ocfs2_xattr_list_entry which attributes should be skipped over instead. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: ocfs2-devel@oss.oracle.com Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>