Re: [2.4.23-pre3] Possible bug in fs/buffer.c

From: Alan Cox
Date: Mon Sep 08 2003 - 11:01:44 EST


On Llu, 2003-09-08 at 16:42, Andreas Schwab wrote:
> It's neither ugly, nor bogus. The only 100% reliable way to assign the
> maximum value to an unsigned integer is to use -1.

Its not 100% reliable either 8). Properly you should use the limits.h
values. The kernel assumes 2's complement so just adding a cast would
probably keep gcc happy

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