]> git.baikalelectronics.ru Git - kernel.git/commit
fs/namei.c: kill follow_mount()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Feb 2020 01:09:37 +0000 (20:09 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 Apr 2020 05:09:23 +0000 (01:09 -0400)
commitb89b9d62d4d6e8fb2e6ed68126e7c62b7efba742
tree8893e4e6e75a18736e80cd0eee5120869c62c6da
parent64763ca7cb1b2002d0d4828aa05760e106e632e2
fs/namei.c: kill follow_mount()

The only remaining caller (path_pts()) should be using follow_down()
anyway.  And clean path_pts() a bit.

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