JFS can be fsck'd at boot

This commit is contained in:
Jamie Cameron
2009-08-17 14:47:08 -07:00
parent a8136f3d87
commit c9db55e10b

View File

@@ -851,7 +851,7 @@ elsif ($_[0] eq $smbfs_fs)
{ return ($smbfs_support >= 3 ? 2 : 0, 1, 0, 0); }
elsif ($_[0] eq "cifs") { return (2, 1, 0, 0); }
elsif ($_[0] =~ /^ext\d+$/ || $_[0] eq "minix" ||
$_[0] eq "xiafs" || $_[0] eq "xfs")
$_[0] eq "xiafs" || $_[0] eq "xfs" || $_[0] eq "jfs")
{ return (2, 1, 1, 0); }
else
{ return (2, 1, 0, 0); }