common: add flink support to _require_xfs_io_command

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Christoph Hellwig
2014-04-04 17:15:51 +11:00
committed by Dave Chinner
parent 3948694eb1
commit feb7da1aa2
+4
View File
@@ -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