[PATCH][2.5.22] typo in fs/ufs/super.c:ufs_fill_super()

Mikael Pettersson (mikpe@csd.uu.se)
Tue, 18 Jun 2002 02:57:53 +0200 (MET DST)


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/