diff options
| author | Al Viro <[email protected]> | 2020-01-09 14:12:40 -0500 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2020-02-27 14:43:56 -0500 |
| commit | 239eb983383b1b140e588fe8f1c7d1ce953285f6 (patch) | |
| tree | d29fd0ea84a07e0264c5f63a2c445a0a48612873 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | bd7c4b508344680c843e2d2436d56b9fc8aedc9d (diff) | |
atomic_open(): saner calling conventions (return dentry on success)
Currently it either returns -E... or puts (nd->path.mnt,dentry)
into *path and returns 0. Make it return ERR_PTR(-E...) or
dentry; adjust the caller. Fewer arguments and it's easier
to keep track of *path contents that way.
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions