[PATCH] 2.4.31: fix isofs mount options parser

2005-08-11 Thread Andrey J. Melnikoff (TEMHOTA)
Hello Marcelo, LKML. Previos patch incomplete and fix only gcc warnings. New patch attached. Description: This patch pix gcc-3.4 warnings, andfix broken logic in mount options parser. --- cut --- inode.c: In function `parse_options': inode.c:341: warning: comparison of unsigned expression < 0 is

Re: [PATCH] 2.4.31: fix isofs mount options parser

2005-08-10 Thread Willy Tarreau
Hello Andrey, On Wed, Aug 10, 2005 at 04:46:54PM +0400, Andrey J. Melnikoff (TEMHOTA) wrote: > > Hello Marcelo, LKML. > > Attached patch fix this whatings from gcc-3.4 and allow user mount > isofs with "session" and "sbsector" options. Without this patch, gcc-3.4 > optimizer always return zero.

[PATCH] 2.4.31: fix isofs mount options parser

2005-08-10 Thread Andrey J. Melnikoff (TEMHOTA)
Hello Marcelo, LKML. Attached patch fix this whatings from gcc-3.4 and allow user mount isofs with "session" and "sbsector" options. Without this patch, gcc-3.4 optimizer always return zero. --- cut --- inode.c: In function `parse_options': inode.c:341: warning: comparison of unsigned expression