mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Rich Johnston
parent
a4ba47ca94
commit
8a6adf9d74
@@ -87,6 +87,7 @@ _mkfs_filter()
|
||||
-e 's/\(realtime[ ]*=\).*extsz/\1REALTIME extsz/' \
|
||||
-e '/.*crc=/d' \
|
||||
-e 's/ *$//' \
|
||||
-e 's/ ftype=[01]//' \
|
||||
| grep -v parent
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user