mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
src/cloner: add CIFS_IOC_COPYCHUNK_FILE support
cifs.ko supports server-side copy offloads via CIFS_IOC_COPYCHUNK_FILE. In handling the ioctl, the request is split into a series of SMB2 FSCTL_SRV_COPYCHUNK wire requests, which may be handled by the SMB server as a local read/write, or COW clone as is the case for Samba with vfs_btrfs. Signed-off-by: David Disseldorp <ddiss@suse.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
c79bb5c641
commit
f8c880df31
@@ -31,6 +31,7 @@ AC_HEADER_STDC
|
||||
sys/fs/xfs_itable.h \
|
||||
xfs/platform_defs.h \
|
||||
btrfs/ioctl.h \
|
||||
cifs/ioctl.h \
|
||||
])
|
||||
|
||||
AC_CHECK_HEADERS([xfs/xfs_log_format.h],,,[#include <xfs/libxfs.h>])
|
||||
|
||||
Reference in New Issue
Block a user