commit | 161aff1d93abf0e5b5e9dbca88928998c155f677 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jan 11 22:52:26 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 13 21:08:17 2020 -0400 |
tree | 89d39d7e332ca69cd7b88026a406009fe0b210b9 | |
parent | cbae4d12eeee6b002a1252c4c45213651e8f4b55 [diff] |
LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() New LOOKUP flag, telling path_lookupat() to act as path_mountpointat(). IOW, traverse mounts at the final point and skip revalidation of the location where it ends up. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>