]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/pnode.c: get rid of globals
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jun 2025 03:21:57 +0000 (23:21 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jun 2025 23:03:30 +0000 (19:03 -0400)
commitbc88530a20b1d5c78288ef5383d10b66d3242c48
tree8e287b8763fb9117cab6553509b55603108568a9
parent6a2ce2a74bfeee4b66411177125f3b5749003e7f
fs/pnode.c: get rid of globals

this stuff can be local in propagate_mnt() now (and in some cases
duplicates the existing variables there)

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