diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-01-17 06:05:18 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-02-27 22:43:55 +0300 |
commit | 1c9f5e06a613cc48608db1a4207b8bd5ebe70a81 (patch) | |
tree | e7cf80bfc47a94dc5642ac96b8adcf9f0a49473b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 25e195aa1e607f129ab912d29fcfc79239703307 (diff) | |
download | linux-1c9f5e06a613cc48608db1a4207b8bd5ebe70a81.tar.xz |
follow_automount() doesn't need the entire nameidata
Only the address of ->total_link_count and the flags.
And fix an off-by-one is ELOOP detection - make it
consistent with symlink following, where we check if
the pre-increment value has reached 40, rather than
check the post-increment one.
[kudos to Christian Brauner for spotted braino]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions