diff options
author | 2020-01-14 13:07:57 -0500 | |
---|---|---|
committer | 2020-03-13 21:08:18 -0400 | |
commit | 40fcf5a931af901198fcfb23a50354e54e1fa7a6 (patch) | |
tree | a063857b5ab2c4d4c4e3ba38a7c8eb328f663196 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | merging pick_link() with get_link(), part 2 (diff) | |
download | wireguard-linux-40fcf5a931af901198fcfb23a50354e54e1fa7a6.tar.xz wireguard-linux-40fcf5a931af901198fcfb23a50354e54e1fa7a6.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions