]> git.baikalelectronics.ru Git - kernel.git/commit
move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 26 Feb 2020 06:40:04 +0000 (01:40 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Mar 2020 01:09:13 +0000 (21:09 -0400)
commitaf542b27516396a8240f36741ac206d8dd73a6c4
treeed86f6db48fb2a7dec82cde002dd3a90ba9fe9b3
parente7c353b06d49a64e01150a8fed0726eece49ffe5
move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into()

pure move; we are going to have step_into() called by that bunch.

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