Re: [PATCH] 2.2.18 ext2 large file bug?

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Wed Dec 13 2000 - 09:46:04 EST


> also needs to be fixed in 2.2. Basically, we are checking for an ext2
> large file, which would be a file > 2GB on systems that don't support
> such. However, we are checking for a file > 8GB which is clearly wrong.
> The ext3 version of the patch is also attached.

Umm..

        x>>33

is checking 8Gig

        x>>31

is checking 2Gig

So your patch seems backwards

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Dec 15 2000 - 21:00:26 EST