commit | b4d598e632d09a38d595bef0785e5c71656f8f96 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 18 18:02:53 2025 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 23 11:05:38 2025 -0400 |
tree | 5df67ddb639167916ad9442c0b74b7ef5de39d02 | |
parent | 14dc02f4d2af60d25c02a253426ee698ec23a040 [diff] |
propagate_mnt(): get rid of globals TBH, I'm not sure it makes the things better, but... Fixed a stale comment, while we are at it - propagate_mnt() does *not* use ->mnt_list for linkage and it does not attach the secondaries to the original - they go into the caller-supplied list. It had gone stale before the entire thing got merged into the tree... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>