diff options
author | Dave Chinner <[email protected]> | 2019-06-05 08:04:47 -0700 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2019-06-09 10:06:18 -0700 |
commit | f16acc9d9b3761ae5e45219c9302f99e20919829 (patch) | |
tree | f209a6f178bd32ace2e72c47f2c575f9c6b8fdee /scripts/gdb/linux/timerlist.py | |
parent | d1fdb6d8f6a4109a4263176c84b899076a5f8008 (diff) |
vfs: introduce generic_copy_file_range()
Right now if vfs_copy_file_range() does not use any offload
mechanism, it falls back to calling do_splice_direct(). This fails
to do basic sanity checks on the files being copied. Before we
start adding this necessarily functionality to the fallback path,
separate it out into generic_copy_file_range().
generic_copy_file_range() has the same prototype as
->copy_file_range() so that filesystems can use it in their custom
->copy_file_range() method if they so choose.
Signed-off-by: Dave Chinner <[email protected]>
Signed-off-by: Amir Goldstein <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions