Displaying 1 result from an estimated 1 matches for "9c40615".
Did you mean:
940615
2013 Jun 19
0
[PATCH] xfstests: add 'check -btrfs' support
...#39;'check -xfs'', but
btrfs is not support in this kind of command option. Add the option
''check -btrfs'' support.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
check | 2 ++
1 file changed, 2 insertions(+)
diff --git a/check b/check
index ff8fbcf..9c40615 100755
--- a/check
+++ b/check
@@ -74,6 +74,7 @@ usage()
check options
-xfs test XFS (default)
+ -btrfs test Btrfs
-udf test UDF
-nfs test NFS
-l line mode diff
@@ -162,6 +163,7 @@ while [ $# -gt 0 ]; do
-u...