mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fsstress: add copy_file_range support
Support the copy_file_range syscall in fsstress. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
e7b6734822
commit
50fa944e89
@@ -67,6 +67,7 @@ HAVE_DMAPI = @have_dmapi@
|
||||
HAVE_ATTR_LIST = @have_attr_list@
|
||||
HAVE_FIEMAP = @have_fiemap@
|
||||
HAVE_FALLOCATE = @have_fallocate@
|
||||
HAVE_COPY_FILE_RANGE = @have_copy_file_range@
|
||||
|
||||
GCCFLAGS = -funsigned-char -fno-strict-aliasing -Wall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user