proposed 2.2.11

Andrea Arcangeli (andrea@suse.de)
Thu, 22 Jul 1999 02:35:54 +0200 (CEST)


Alan could you explain this change?

- if (((pos + count) >> 32) &&
+ if (((pos + count) >> 33) &&

IMHO we should consider the file as "LARGE_FILE" if we are going to
write beyond the 2giga limit, and so if `(pos+count)>>31' is not null
(but the sign of the sum is positive of course).

Andrea

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