mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/629: add missing copy_range command check
Otherwise, if xfs_io doesn't support this command, it will report that filesystem fails on this testcase. Signed-off-by: Chao Yu <yuchao0@huawei.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -36,6 +36,7 @@ _cleanup()
|
||||
_supported_fs generic
|
||||
_require_dm_target error
|
||||
_require_xfs_io_command "chattr" "s"
|
||||
_require_xfs_io_command "copy_range"
|
||||
_require_scratch
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
Reference in New Issue
Block a user