Obvious typo: checking block size but printing fragment size.
/Mikael
--- linux-2.5.22/fs/ufs/super.c.~1~ Thu May 30 16:33:02 2002
+++ linux-2.5.22/fs/ufs/super.c Tue Jun 18 00:40:08 2002
@@ -673,7 +673,7 @@
}
if (uspi->s_bsize < 4096) {
printk("ufs_read_super: block size %u is too small\n",
- uspi->s_fsize);
+ uspi->s_bsize);
goto failed;
}
if (uspi->s_bsize / uspi->s_fsize > 8) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Jun 23 2002 - 22:00:15 EST