]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
do_last(): collapse the call of path_to_nameidata()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Jan 2020 19:30:08 +0000 (14:30 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 12 Mar 2020 22:15:42 +0000 (18:15 -0400)
commite73cabff591706d7eb643d4c6981a236cb9d76ff
tree3ba82d96c51d6cab3a0d0fb79ec2d8d50d2ca257
parentda5ebf5aa676c4106d1e7032d22679831cb6ba72
do_last(): collapse the call of path_to_nameidata()

... and shift filling struct path to just before the call of
handle_mounts().  All callers of handle_mounts() are
immediately preceded by path->mnt = nd->path.mnt now.

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