This commit is contained in:
Jamie Cameron
2010-02-03 10:05:03 -08:00
parent 51e1cd1245
commit 9b56977cee

View File

@@ -13,7 +13,7 @@ $cmd = &fdisk::mkfs_parse($in{'fs'}, $raid->{'value'});
$lvl = &find_value('raid-level', $raid->{'members'});
$chunk = &find_value('chunk-size', $raid->{'members'});
if ($lvl >= 4 && $in{'fs'} =~ /^ext\d+$/ {
if ($lvl >= 4 && $in{'fs'} =~ /^ext\d+$/) {
$bs = $in{'ext2_b_def'} ? 4096 : $in{'ext2_b'};
}