diff options
author | Mateusz Guzik <mjguzik@gmail.com> | 2024-06-04 18:52:55 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-06-05 18:03:56 +0300 |
commit | 969ce92da3112e05d1a70c344f8740a85e933f2e (patch) | |
tree | 7d985eb66b5569ebcb8cf1146339fa7e5bd2941b /tools/perf/scripts/python/syscall-counts.py | |
parent | ca86a5d2f9feed16e11023891c8c70aa57ced24e (diff) | |
download | linux-969ce92da3112e05d1a70c344f8740a85e933f2e.tar.xz |
vfs: stop using user_path_at_empty in do_readlinkat
It is the only consumer and it saddles getname_flags with an argument set
to NULL by everyone else.
Instead the routine can do the empty check on its own.
Then user_path_at_empty can get retired and getname_flags can lose the
argument.
Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Link: https://lore.kernel.org/r/20240604155257.109500-2-mjguzik@gmail.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions