block: make bi_phys_segments an unsigned int instead of short
authorJens Axboe <jens.axboe@oracle.com>
Fri, 15 Aug 2008 08:56:11 +0000 (10:56 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 9 Oct 2008 06:56:03 +0000 (08:56 +0200)
raid5 can overflow with more than 255 stripes, and we can increase it
to an int for free on both 32 and 64-bit archs due to the padding.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found