commit | aca2903eefd0f8a3ba672f985182f899b425ca24 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 09 15:17:57 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 13 21:06:13 2020 -0400 |
tree | 424f480d65d35500e118b7030be7a67ffff82583 | |
parent | 56676ec390194930f7504cd84d494c221861bd7f [diff] |
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>