linux-stable/fs/ecryptfs
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
Makefile
crypto.c This update includes the following changes: 2023-02-21 18:10:50 -08:00
debug.c
dentry.c
ecryptfs_kernel.h
file.c
inode.c fs: drop unused posix acl handlers 2023-03-06 09:57:12 +01:00
keystore.c
kthread.c
main.c
messaging.c
miscdev.c
mmap.c fs: port xattr to mnt_idmap 2023-01-19 09:24:28 +01:00
read_write.c
super.c