This is used by the syscall copy_file_range() to provide server side copy facilities using the SMB2 ioctl FSCTL_SRV_COPYCHUNK_WRITE v2: Rename operation clone_range to copychunk_range Do not remove the ioctls which allow users to directly call FSCTL_SRV_COPYCHUNK_WRITE Sachin Prabhu (2): Rename clone_range to copychunk_range Introduce cifs_copy_file_range() fs/cifs/cifsfs.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ fs/cifs/cifsfs.h | 5 ++++ fs/cifs/cifsglob.h | 7 +++-- fs/cifs/ioctl.c | 66 ++++------------------------------------- fs/cifs/smb2ops.c | 32 ++++++++++++-------- 5 files changed, 120 insertions(+), 77 deletions(-) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html