diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-01-09 22:41:00 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-03-13 01:15:42 +0300 |
commit | db3c9ade50b1f210c750886c23ba40dbf44b2bc8 (patch) | |
tree | a38816d6b6037e265fea405a1d808d8314d94d87 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e73cabff591706d7eb643d4c6981a236cb9d76ff (diff) | |
download | linux-db3c9ade50b1f210c750886c23ba40dbf44b2bc8.tar.xz |
handle_mounts(): pass dentry in, turn path into a pure out argument
All callers are equivalent to
path->dentry = dentry;
path->mnt = nd->path.mnt;
err = handle_mounts(path, ...)
Pass dentry as an explicit argument, fill *path in handle_mounts()
itself.
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