9p: use stub posix acl handlers
authorChristian Brauner <brauner@kernel.org>
Thu, 22 Sep 2022 15:17:26 +0000 (17:17 +0200)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Thu, 20 Oct 2022 08:13:32 +0000 (10:13 +0200)
commit39a6497a9bbb760c3c26a1bef7a0ab0b9fdefd9f
tree4d5347aa694bd6bf5b65a9624e8f52809aefca6a
parentc39c07fce78439dfb0665b294753716297389179
9p: use stub posix acl handlers

Now that 9p supports the get and set acl inode operations and the vfs
has been switched to the new posi api, 9p can simply rely on the stub
posix acl handlers. The custom xattr handlers and associated unused
helpers can be removed.

Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
fs/9p/acl.c
fs/9p/xattr.c
fs/9p/xattr.h