]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit543135a011c96f2c624e428c5c35add305a19c77
tree559d3b73c4a7658cafc3eca00412793618f035f8
parent9e7a434c4b1ec86341b77375ee21c198a125ca54
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