[BLOCK] ll_rw_blk: make max_sectors and max_hw_sectors unsigned ints
authorJens Axboe <axboe@suse.de>
Tue, 17 Jan 2006 08:04:32 +0000 (09:04 +0100)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Tue, 24 Jan 2006 09:06:19 +0000 (10:06 +0100)
IDE lba48 can support full 64k request size, which overflows the
max_hw_sectors variable.

Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found