]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
propagate_one(): separate the "do we need secondary here?" logics
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jun 2025 03:04:23 +0000 (23:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jun 2025 23:03:29 +0000 (19:03 -0400)
commit15e710b8bbb5c537c39ccaa23963d01c76946834
tree0803c6f00f5e3c634171dbb574e64c793160c79e
parent2b2a34793dc239b0eaebe9559557d051524a7297
propagate_one(): separate the "do we need secondary here?" logics

take the checks into separate helper - need_secondary(mount, mountpoint).

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