lkml.org 
[lkml]   [2002]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: 2.4.19-pre8 syntax errors in fs/ufs/super.c
From
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/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.041 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site