On Mon, Jan 08, 2024 at 01:08:22PM +0100, Alexander Mikhalitsyn wrote: > 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()). > > Cc: Christian Brauner <brauner@xxxxxxxxxx> > Cc: Seth Forshee <sforshee@xxxxxxxxxx> > Cc: Miklos Szeredi <miklos@xxxxxxxxxx> > Cc: Amir Goldstein <amir73il@xxxxxxxxx> > Cc: Bernd Schubert <bschubert@xxxxxxx> > Cc: <linux-fsdevel@xxxxxxxxxxxxxxx> > Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx> > --- Ah, that probably became obsolete when I did the VFS POSIX ACL api. Thanks, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>