diff options
author | Amir Goldstein <amir73il@gmail.com> | 2023-11-23 20:51:44 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-11-24 11:22:28 +0300 |
commit | d53471ba6f7ae97a4e223539029528108b705af1 (patch) | |
tree | 60635c7a772a2c32e5cbb1d4a0fe1e22821e50bc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b70d8e2b8ce56c79d9d18d20955e6de1631e9509 (diff) | |
download | linux-d53471ba6f7ae97a4e223539029528108b705af1.tar.xz |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions