]> git.ipfire.org Git - thirdparty/linux.git/commit
propagate_mnt(): fix comment and convert to kernel-doc, while we are at it
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jun 2025 03:39:23 +0000 (23:39 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jun 2025 23:03:30 +0000 (19:03 -0400)
commit0313356520b15deab893cd62da3e2ba9a6e61a1f
tree55bcc5d97850c750cdb5fbabd85cc564b01c004f
parent0a10217e5cf82835b63875752b57f01bba0bf5b6
propagate_mnt(): fix comment and convert to kernel-doc, while we are at it

Mountpoint is passed as struct mountpoint *, not struct dentry *
(and called dest_mp, not dest_dentry) since 2013.

Roots of created copies are linked via mnt_hash, not mnt_list since
a bit before the merge into mainline back in 2005.

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