Re: silent semantic changes with reiser4

From: William Lee Irwin III
Date: Tue Sep 07 2004 - 22:05:44 EST


On Tue, Sep 07, 2004 at 07:43:19PM -0700, William Lee Irwin III wrote:
> - return (count_t)(max_off / device->blksize);
> + return (size & ~4096ULL)/device->blksize;

Correcting this to return (size & ~4095ULL)/device->blksize does not
fix the coredumps.


-- wli
-
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/