xfstests: fix mkfs filter on xfs/096

Needs to filter out the new ftype field.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Dave Chinner
2013-10-30 03:58:55 +00:00
committed by Rich Johnston
parent a4ba47ca94
commit 8a6adf9d74
+1
View File
@@ -87,6 +87,7 @@ _mkfs_filter()
-e 's/\(realtime[ ]*=\).*extsz/\1REALTIME extsz/' \
-e '/.*crc=/d' \
-e 's/ *$//' \
-e 's/ ftype=[01]//' \
| grep -v parent
}