From: Christoph Hellwig Date: Fri, 4 Apr 2014 06:15:51 +0000 (+1100) Subject: common: add flink support to _require_xfs_io_command X-Git-Tag: v2022.05.01~3208 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=feb7da1aa20135688465eba30fec1e51734c64e0;p=users%2Fhch%2Fxfstests-dev.git common: add flink support to _require_xfs_io_command Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/common/rc b/common/rc index 7f9db566e..3bd4bcb2c 100644 --- a/common/rc +++ b/common/rc @@ -1318,6 +1318,10 @@ _require_xfs_io_command() testio=`$XFS_IO_PROG -F -f -c "pwrite 0 20k" -c "fsync" \ -c "fiemap -v" $testfile 2>&1` ;; + "flink" ) + testio=`$XFS_IO_PROG -T -F -c "flink $testfile" \ + $TEST_DIR 2>&1` + ;; *) testio=`$XFS_IO_PROG -c "$command help" 2>&1` esac