Re: 2.4.19-pre8 syntax errors in fs/ufs/super.c

From: Jan Harkes (jaharkes@cs.cmu.edu)
Date: Sat May 04 2002 - 08:41:18 EST


On Fri, May 03, 2002 at 11:15:10PM -0400, Ward Fenton wrote:
> The following is a portion of the 2.4.19-pre8 patch with a correction
> for a few syntax errors.
>
> from patch-2.4.19-pre8
> missing commas in several added printk statements...

That's not just the only problem,

> + if (uspi->s_bsize < 512) {
> + printk("ufs_read_super: fragment size %u is too small\n"
> + uspi->s_fsize);
> + goto failed;
> + }
> + if (uspi->s_bsize > 4096) {
> + printk("ufs_read_super: fragment size %u is too large\n"
> + uspi->s_fsize);
> + goto failed;
> + }

The patch is testing s_bsize and complains about s_fsize.

Jan

-
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 : Tue May 07 2002 - 22:00:22 EST