]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
attach_recursive_mnt(): pass destination mount in all cases
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 Apr 2025 02:49:47 +0000 (22:49 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jun 2025 22:13:42 +0000 (18:13 -0400)
commit18959bf585a85c526c88ae23bd223e1afe997bd7
tree49e8d4c2fba62c1190cc9424408b7a043758743a
parent96f5d2e051653f2cfe9137c5d3c7794c358ffb03
attach_recursive_mnt(): pass destination mount in all cases

... and 'beneath' is no longer used there

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c