summaryrefslogtreecommitdiffstats
path: root/fs/9p/xattr.h
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2022-09-22 17:17:26 +0200
committerChristian Brauner (Microsoft) <brauner@kernel.org>2022-10-20 10:13:32 +0200
commit39a6497a9bbb760c3c26a1bef7a0ab0b9fdefd9f (patch)
tree4d5347aa694bd6bf5b65a9624e8f52809aefca6a /fs/9p/xattr.h
parentc39c07fce78439dfb0665b294753716297389179 (diff)
downloadlinux-stable-39a6497a9bbb760c3c26a1bef7a0ab0b9fdefd9f.tar.gz
linux-stable-39a6497a9bbb760c3c26a1bef7a0ab0b9fdefd9f.tar.bz2
linux-stable-39a6497a9bbb760c3c26a1bef7a0ab0b9fdefd9f.zip
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>
Diffstat (limited to 'fs/9p/xattr.h')
-rw-r--r--fs/9p/xattr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/9p/xattr.h b/fs/9p/xattr.h
index 3e11fc3331eb..b5636e544c8a 100644
--- a/fs/9p/xattr.h
+++ b/fs/9p/xattr.h
@@ -11,8 +11,6 @@
#include <net/9p/client.h>
extern const struct xattr_handler *v9fs_xattr_handlers[];
-extern const struct xattr_handler v9fs_xattr_acl_access_handler;
-extern const struct xattr_handler v9fs_xattr_acl_default_handler;
ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name,
void *buffer, size_t buffer_size);