]> git.baikalelectronics.ru Git - kernel.git/commit
new step_into() flag: WALK_NOFOLLOW
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Jan 2020 20:17:57 +0000 (15:17 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Mar 2020 01:06:13 +0000 (21:06 -0400)
commit15c38130eb97fcb9ac2d8e26251f07e625274300
tree424f480d65d35500e118b7030be7a67ffff82583
parent8434d37605cd891f57008634625a784678b33155
new step_into() flag: WALK_NOFOLLOW

Tells step_into() not to follow symlinks, regardless of LOOKUP_FOLLOW.
Allows to switch handle_lookup_down() to of step_into(), getting
all follow_managed() and step_into() calls paired.

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