commit | e73cabff591706d7eb643d4c6981a236cb9d76ff | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 09 14:30:08 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 12 18:15:42 2020 -0400 |
tree | 3ba82d96c51d6cab3a0d0fb79ec2d8d50d2ca257 | |
parent | da5ebf5aa676c4106d1e7032d22679831cb6ba72 [diff] |
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>