Home
last modified time | relevance | path

Searched hist:"0 a10217e5cf82835b63875752b57f01bba0bf5b6" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ !
H A Dpnode.c0a10217e5cf82835b63875752b57f01bba0bf5b6 Sat Jun 28 03:27:48 UTC 2025 Al Viro <viro@zeniv.linux.org.uk> propagate_mnt(): get rid of last_dest

Its only use is choosing the type of copy - CL_MAKE_SHARED if there
already is a copy in that peer group, CL_SLAVE or CL_SLAVE | CL_MAKE_SHARED
otherwise.

But that's easy to keep track of - just set type in the beginning of group
and reset to CL_MAKE_SHARED after the first created secondary in it...

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