]> www.infradead.org Git - users/jedix/linux-maple.git/commit
virtio_fs: allow idmapped mounts
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Tue, 3 Sep 2024 15:16:26 +0000 (17:16 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 18 Sep 2024 08:28:46 +0000 (10:28 +0200)
commit862b9a8eb900d347af5be0eb1aeef9b161a83e77
tree454f9a6dab8490ae2bd51329faf798b5613bfa4f
parent16e1503eaf329129170e4e7a078aee17686967a5
virtio_fs: allow idmapped mounts

Allow idmapped mounts for virtiofs.
It's absolutely safe as for virtiofs we have the same
feature negotiation mechanism as for classical fuse
filesystems. This does not affect any existing
setups anyhow.

virtiofsd support:
https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/245

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