ocfs2: Replace list xattr handler operations
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 2 Dec 2015 13:44:42 +0000 (14:44 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 14 Dec 2015 00:46:00 +0000 (19:46 -0500)
commit1046cb119521b5e1881f380dc99729fc84c96661
tree8b69ebd7c6dfb9108c0cee67e13c1bfa899c712f
parentc4803c497fbdb37e96af614813a7cfb434b6682a
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>
fs/ocfs2/xattr.c