]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
do_move_mount(): get rid of 'attached' flag
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 8 May 2025 04:09:30 +0000 (00:09 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jun 2025 22:13:42 +0000 (18:13 -0400)
commitee1ee33ccc1ba0620a77833b2a3e320588701217
tree800216265219171a272833660c4e82567b2a7729
parent761de25854424aa23fd1d7b2bef5c7d184690926
do_move_mount(): get rid of 'attached' flag

'attached' serves as a proxy for "source is a subtree of our namespace
and not the entirety of anon namespace"; finish massaging it away.

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