Home
last modified time | relevance | path

Searched hist:"0313356520 b15deab893cd62da3e2ba9a6e61a1f" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dpnode.c0313356520b15deab893cd62da3e2ba9a6e61a1f Sat Jun 28 03:39:23 UTC 2025 Al Viro <viro@zeniv.linux.org.uk> 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>