]> git.ipfire.org Git - thirdparty/linux.git/commit
reiserfs: rework ->listxattr() implementation
authorChristian Brauner <brauner@kernel.org>
Wed, 1 Feb 2023 13:14:57 +0000 (14:14 +0100)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Mon, 6 Mar 2023 08:57:12 +0000 (09:57 +0100)
commit387b96a5891c075986afbf13e84cba357710068e
tree9d8f589094fd071ebb1a15445fe0c8cb9714141f
parenta5488f29835c0eb5561b46e71c23f6c39aab6c83
reiserfs: rework ->listxattr() implementation

Rework reiserfs so it doesn't have to rely on the dummy xattr handlers
in its s_xattr list anymore as this is completely unused for setting and
getting posix acls.

Cc: reiserfs-devel@vger.kernel.org
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
fs/reiserfs/xattr.c