commit | 40fcf5a931af901198fcfb23a50354e54e1fa7a6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 14 13:07:57 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 13 21:08:18 2020 -0400 |
tree | a063857b5ab2c4d4c4e3ba38a7c8eb328f663196 | |
parent | 1ccac622f9da58a113f9c5b8c9d07d76b60bc555 [diff] |
merging pick_link() with get_link(), part 3 After a pure jump ("/" or procfs-style symlink) we don't need to hold the link anymore. link_path_walk() dropped it if such case had been detected, lookup_last/do_last() (i.e. old trailing_symlink()) left it on the stack - it ended up calling terminate_walk() shortly anyway, which would've purged the entire stack. Do it in get_link() itself instead. Simpler logics that way... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>