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:
Mohamed Barwani
2007-11-30 03:07:14 +00:00
parent 18e5c8352e
commit 10d8635dd3
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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+)/) {