| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 1/3] common: add flink support to _require_xfs_io_command |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Thu, 13 Mar 2014 03:13:03 -0700 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| References: | <20140313101302.996355155@xxxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | quilt/0.60-1 |
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
common/rc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/common/rc b/common/rc
index 7f9db56..3bd4bcb 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
--
1.7.10.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 0/3] O_TMPFILE tests, v2, Christoph Hellwig |
|---|---|
| Next by Date: | Re: [PATCH 0/6 v2] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate, Lukáš Czerner |
| Previous by Thread: | Re: [PATCH 2/3] generic: add a basic O_TMPFILE test, Dave Chinner |
| Next by Thread: | Re: [PATCH 1/3] common: add flink support to _require_xfs_io_command, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |