diff options
author | 2023-11-23 18:51:44 +0100 | |
---|---|---|
committer | 2023-11-24 09:22:28 +0100 | |
commit | d53471ba6f7ae97a4e223539029528108b705af1 (patch) | |
tree | 60635c7a772a2c32e5cbb1d4a0fe1e22821e50bc /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | splice: move permission hook out of splice_file_to_pipe() (diff) | |
download | wireguard-linux-d53471ba6f7ae97a4e223539029528108b705af1.tar.xz wireguard-linux-d53471ba6f7ae97a4e223539029528108b705af1.zip |
splice: remove permission hook from iter_file_splice_write()
All the callers of ->splice_write(), (e.g. do_splice_direct() and
do_splice()) already check rw_verify_area() for the entire range
and perform all the other checks that are in vfs_write_iter().
Instead of creating another tiny helper for special caller, just
open-code it.
This is needed for fanotify "pre content" events.
Suggested-by: Jan Kara <jack@suse.cz>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Link: https://lore.kernel.org/r/20231122122715.2561213-6-amir73il@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions