commit | 5b99c2ffa980528a197f26c7d876cceeccce8dd5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Aug 15 10:56:11 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 09 08:56:03 2008 +0200 |
tree | 65e3bbbccb3f796f0569c47fcfc00e222cd3066e | |
parent | 960e739d9e9f1c2346d8bdc65299ee2e1ed42218 [diff] |
block: make bi_phys_segments an unsigned int instead of short 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>