On Mon, Mar 29, 2021 at 09:40:13AM +0800, Chao Yu wrote: > Otherwise, if xfs_io doesn't support this command, it will report > that filesystem fails on this testcase. > > Signed-off-by: Chao Yu <yuchao0@xxxxxxxxxx> Yep, thanks for catching this. Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > --- > tests/generic/629 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/generic/629 b/tests/generic/629 > index ad86ab5bb0c0..13d433a4e470 100755 > --- a/tests/generic/629 > +++ b/tests/generic/629 > @@ -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 > -- > 2.29.2 >