search for: ff8fbcf

Displaying 1 result from an estimated 1 matches for "ff8fbcf".

Did you mean: ff4facf
2013 Jun 19
0
[PATCH] xfstests: add 'check -btrfs' support
...ms like ''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 ];...