summaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorDave Chinner2019-06-05 17:04:47 +0200
committerDarrick J. Wong2019-06-09 19:06:18 +0200
commitf16acc9d9b3761ae5e45219c9302f99e20919829 (patch)
treef209a6f178bd32ace2e72c47f2c575f9c6b8fdee /fs/cifs
parentLinux 5.2-rc4 (diff)
downloadkernel-qcow2-linux-f16acc9d9b3761ae5e45219c9302f99e20919829.tar.gz
kernel-qcow2-linux-f16acc9d9b3761ae5e45219c9302f99e20919829.tar.xz
kernel-qcow2-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')
0 files changed, 0 insertions, 0 deletions