diff options
author | Amir Goldstein <[email protected]> | 2023-11-22 14:27:09 +0200 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2023-11-24 10:09:51 +0100 |
commit | 269aed7014b3db9acdbc5a5e163d8a6c62e0e770 (patch) | |
tree | 1bf919e07ef620de322af867dc20b0fc671b33ac /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | e389b76a7ee1b62392ab52c22f9ba81f23145824 (diff) |
fs: move file_start_write() into vfs_iter_write()
All the callers of vfs_iter_write() call file_start_write() just before
calling vfs_iter_write() except for target_core_file's fd_do_rw().
Move file_start_write() from the callers into vfs_iter_write().
fd_do_rw() calls vfs_iter_write() with a non-regular file, so
file_start_write() is a no-op.
This is needed for fanotify "pre content" events.
Suggested-by: Jan Kara <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: Amir Goldstein <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions