vfs: add rcu argument to ->get_acl() callback
authorMiklos Szeredi <mszeredi@redhat.com>
Wed, 18 Aug 2021 20:08:24 +0000 (22:08 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 18 Aug 2021 20:08:24 +0000 (22:08 +0200)
commit0cad6246621b5887d5b33fea84219d2a71f2f99a
tree2b2a42252442e71dec8043c6e20f9d8eb86925b9
parent52d5a0c6bd8a89f460243ed937856354f8f253a3
vfs: add rcu argument to ->get_acl() callback

Add a rcu argument to the ->get_acl() callback to allow
get_cached_acl_rcu() to call the ->get_acl() method in the next patch.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
39 files changed:
Documentation/filesystems/locking.rst
Documentation/filesystems/vfs.rst
fs/9p/acl.c
fs/9p/acl.h
fs/bad_inode.c
fs/btrfs/acl.c
fs/btrfs/ctree.h
fs/ceph/acl.c
fs/ceph/super.h
fs/erofs/xattr.c
fs/erofs/xattr.h
fs/ext2/acl.c
fs/ext2/acl.h
fs/ext4/acl.c
fs/ext4/acl.h
fs/f2fs/acl.c
fs/f2fs/acl.h
fs/fuse/acl.c
fs/fuse/fuse_i.h
fs/gfs2/acl.c
fs/gfs2/acl.h
fs/jffs2/acl.c
fs/jffs2/acl.h
fs/jfs/acl.c
fs/jfs/jfs_acl.h
fs/nfs/nfs3_fs.h
fs/nfs/nfs3acl.c
fs/ocfs2/acl.c
fs/ocfs2/acl.h
fs/orangefs/acl.c
fs/orangefs/orangefs-kernel.h
fs/overlayfs/inode.c
fs/overlayfs/overlayfs.h
fs/posix_acl.c
fs/reiserfs/acl.h
fs/reiserfs/xattr_acl.c
fs/xfs/xfs_acl.c
fs/xfs/xfs_acl.h
include/linux/fs.h