]> asedeno.scripts.mit.edu Git - linux.git/commit
block: bio_check_eod() needs to consider partitions
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Mar 2018 15:56:53 +0000 (16:56 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 17 Mar 2018 20:48:04 +0000 (14:48 -0600)
commit52c5e62d4c4beecddc6e1b8045ce1d695fca1ba7
treed389960c44133cc310d2b463f05f4f10e62c7c05
parent233bde21aa43516baa013ef7ac33f3427056db3e
block: bio_check_eod() needs to consider partitions

bio_check_eod() should check partition size not the whole disk if
bio->bi_partno is non-zero.  Do this by moving the call
to bio_check_eod() into blk_partition_remap().

Based on an earlier patch from Jiufei Xue.

Fixes: 74d46992e0d9 ("block: replace bi_bdev with a gendisk pointer and partitions index")
Reported-by: Jiufei Xue <jiufei.xue@linux.alibaba.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c