]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
propagate_mnt(): handle all peer groups in the same loop
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jun 2025 02:56:43 +0000 (22:56 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jun 2025 23:03:29 +0000 (19:03 -0400)
commit2b2a34793dc239b0eaebe9559557d051524a7297
tree2bb803f0ebd193411174175b1f982c8b9228f08b
parent25776a09d802f4e4d8c0bd72042934223286c2e3
propagate_mnt(): handle all peer groups in the same loop

the only difference is that for the original group we want to skip
the first element; not worth having the logics twice...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/pnode.c