linux-stable/fs/9p
Christian Brauner 0c95c025a0
fs: drop unused posix acl handlers
Remove struct posix_acl_{access,default}_handler for all filesystems
that don't depend on the xattr handler in their inode->i_op->listxattr()
method in any way. There's nothing more to do than to simply remove the
handler. It's been effectively unused ever since we introduced the new
posix acl api.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
2023-03-06 09:57:12 +01:00
..
Kconfig 9p: Use fscache indexing rewrite and reenable caching 2022-01-10 11:53:06 +00:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
acl.c fs: port inode_owner_or_capable() to mnt_idmap 2023-01-19 09:24:29 +01:00
acl.h fs: port ->set_acl() to pass mnt_idmap 2023-01-19 09:24:27 +01:00
cache.c netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context 2022-06-09 13:55:00 -07:00
cache.h 9p: Use fscache indexing rewrite and reenable caching 2022-01-10 11:53:06 +00:00
fid.c 9p/fs: Remove unneeded idr.h #include 2022-12-02 23:59:15 +09:00
fid.h 9p fid refcount: cleanup p9_fid_put calls 2022-07-02 18:52:21 +09:00
v9fs.c fs/9p: Expand setup of writeback cache to all levels 2023-02-23 22:39:36 +00:00
v9fs.h fs: port ->rename() to pass mnt_idmap 2023-01-19 09:24:26 +01:00
v9fs_vfs.h fs: port ->setattr() to pass mnt_idmap 2023-01-19 09:24:02 +01:00
vfs_addr.c fs/9p: Expand setup of writeback cache to all levels 2023-02-23 22:39:36 +00:00
vfs_dentry.c 9p/fs: Remove unneeded idr.h #include 2022-12-02 23:59:15 +09:00
vfs_dir.c fs/9p: fix error reporting in v9fs_dir_release 2023-02-24 13:42:40 +00:00
vfs_file.c 9p patches for 6.3 merge window (part 1) 2023-03-01 08:52:49 -08:00
vfs_inode.c 9p patches for 6.3 merge window (part 1) 2023-03-01 08:52:49 -08:00
vfs_inode_dotl.c 9p patches for 6.3 merge window (part 1) 2023-03-01 08:52:49 -08:00
vfs_super.c 9p/fs: Remove unneeded idr.h #include 2022-12-02 23:59:15 +09:00
xattr.c fs: drop unused posix acl handlers 2023-03-06 09:57:12 +01:00
xattr.h 9p: use stub posix acl handlers 2022-10-20 10:13:32 +02:00