filename_mountpoint(): make LOOKUP_NO_EVAL unconditional there
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Jul 2019 16:19:57 +0000 (12:19 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 21 Jul 2019 22:24:45 +0000 (18:24 -0400)
commit39145f5f0cc924b494ad55a2bc9c1b4969b5a038
tree559d3b73c4a7658cafc3eca00412793618f035f8
parentff0ebee239ce3461cab68ebb8e1a359fc34329de
filename_mountpoint(): make LOOKUP_NO_EVAL unconditional there

user_path_mountpoint_at() always gets it and the reasons to have it
there (i.e. in umount(2)) apply to kern_path_mountpoint() callers
as well.

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