[PATCH] xfstests: fix mkfs filter on xfs/096

Dave Chinner david at fromorbit.com
Tue Oct 29 22:58:55 CDT 2013


From: Dave Chinner <dchinner at redhat.com>

Needs to filter out the new ftype field.

Signed-off-by: Dave Chinner <dchinner at redhat.com>
---
 tests/xfs/096 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/xfs/096 b/tests/xfs/096
index 44b19b0..b2719bc 100755
--- a/tests/xfs/096
+++ b/tests/xfs/096
@@ -87,6 +87,7 @@ _mkfs_filter()
 	-e 's/\(realtime[ 	]*=\).*extsz/\1REALTIME               extsz/' \
 	-e '/.*crc=/d' \
 	-e 's/ *$//' \
+	-e 's/ ftype=[01]//' \
    | grep -v parent
 }
 
-- 
1.8.4.rc3



More information about the xfs mailing list