Re: [patch] 2.5.48-bk, md raid0 fix

Andrew Morton (akpm@digeo.com)
Tue, 19 Nov 2002 23:09:51 -0800


Thorbjørn Lind wrote:
>
> Fixes the 'BUG at drivers/block/ll_rw_blk.c:19xx' when using raid0 md devices since 2.5.45...
>
> ...
> + max_size = mddev->chunk_size - ((bio->bi_sector % (mddev->chunk_size >> 9)) << 9);

The mod operator on a 64-bit quantity won't work with
CONFIG_LBD=y, will it?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/