commit | 2fd2e2f01e3634d41c4e0306f682359ab2b66d04 | [log] [tgz] |
---|---|---|
author | Christian Brauner <brauner@kernel.org> | Thu May 12 15:36:59 2022 +0200 |
committer | Christian Brauner (Microsoft) <brauner@kernel.org> | Thu May 12 16:39:04 2022 +0200 |
tree | ea9d2d0e37f189293f6094adc9e7e9200374ea29 | |
parent | 32ded6a7814b0738dd75e96ebbb39dd53c46e256 [diff] |
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>