]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
vfs/idmapped-mounts: remove invalid test v2022.05.15
authorChristian Brauner <brauner@kernel.org>
Thu, 12 May 2022 16:52:50 +0000 (18:52 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 15 May 2022 01:05:43 +0000 (09:05 +0800)
commit781bb995a149e0dae074019e56477855587198cf
tree172220a0611d4cea8a4b2e6c3307086bf7e8d514
parenta05df8ab47c5108473e813f38821fe0b0d7a472a
vfs/idmapped-mounts: remove invalid test

The threaded mount interaction test validates that the idmapping of a
mount behaves correctly when changed while another process already has a
writable file descriptor to that mount. In newer kernels it isn't
possible to change a mount's idmapped if someone has a writable file
descriptor to that mount.

Link: e1bbcd277a53 ("fs: hold writers when changing mount's idmapping")
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
src/vfs/idmapped-mounts.c
src/vfs/vfstest.c