mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Change common mkfs filter to fit the new changes.
Merge of master-melb:xfs-cmds:30162a by kenmcd. explicitly mention the log version instead of assuming the default, with further filter changes.
This commit is contained in:
+2
-2
@@ -131,8 +131,8 @@ _filter_mkfs()
|
||||
print STDERR "dbsize=$1\ndblocks=$2\nimaxpct=$3\n";
|
||||
print STDOUT "data = bsize=XXX blocks=XXX, imaxpct=PCT\n";
|
||||
}
|
||||
if (/^\s+=\s+sunit=(\d+)\s+swidth=(\d+) blks, unwritten=(\d)/) {
|
||||
print STDERR "sunit=$1\nswidth=$2\nunwritten=$3\n";
|
||||
if (/^\s+=\s+sunit=(\d+)\s+swidth=(\d+) blks/) {
|
||||
print STDERR "sunit=$1\nswidth=$2\nunwritten=1\n";
|
||||
print STDOUT " = sunit=XXX swidth=XXX, unwritten=X\n";
|
||||
}
|
||||
if (/^naming\s+=version\s+(\d+)\s+bsize=(\d+)/) {
|
||||
|
||||
Reference in New Issue
Block a user