]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fuse: warn if fuse_access is called when idmapped mounts are allowed
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Tue, 3 Sep 2024 15:16:24 +0000 (17:16 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 4 Sep 2024 14:51:11 +0000 (16:51 +0200)
commit6d14b18596ca69719cfe1af87dbf3c5e763d29b5
treecf22d309ab23f495eba0c0d06b7e28478f4d5cd4
parent5b8ca5a54cb89ab07b0389f50e038e533cdfdd86
fuse: warn if fuse_access is called when idmapped mounts are allowed

It is not possible with the current fuse code, but let's protect ourselves
from regressions in the future.

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dir.c