diff options
author | Dave Chinner <dchinner@redhat.com> | 2019-06-05 17:04:47 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-06-09 19:06:18 +0200 |
commit | f16acc9d9b3761ae5e45219c9302f99e20919829 (patch) | |
tree | f209a6f178bd32ace2e72c47f2c575f9c6b8fdee /fs/cifs/cifsfs.c | |
parent | Linux 5.2-rc4 (diff) | |
download | linux-f16acc9d9b3761ae5e45219c9302f99e20919829.tar.xz linux-f16acc9d9b3761ae5e45219c9302f99e20919829.zip |
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 <dchinner@redhat.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/cifs/cifsfs.c')
0 files changed, 0 insertions, 0 deletions