]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fuse: drop idmap argument from __fuse_get_acl
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Tue, 3 Sep 2024 15:16:20 +0000 (17:16 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 4 Sep 2024 14:51:11 +0000 (16:51 +0200)
commit4d833befa20253049e4f48ece9cb82f12800405d
tree8aaba425202343c4f9ffdcf9b0b3842417b95d2c
parent276a02569920f793047479fe7ef5da2c3e285a80
fuse: drop idmap argument from __fuse_get_acl

We don't need to have idmap in the __fuse_get_acl as we don't
have any use for it.

In the current POSIX ACL implementation, idmapped mounts are
taken into account on the userspace/kernel border
(see vfs_set_acl_idmapped_mnt() and vfs_posix_acl_to_xattr()).

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/acl.c