block: improve the error message from bio_check_eod
authorChristoph Hellwig <hch@lst.de>
Wed, 4 May 2022 14:33:55 +0000 (07:33 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 5 May 2022 00:30:10 +0000 (18:30 -0600)
commit069adbac2cd85ae00252da6c5576cbf9b9d9ba6e
tree900fa4ef79c4788cc5f4729e1663229068b07dbc
parent7ecc56c62b27d93838ee67fc2c7a1c3c480aea04
block: improve the error message from bio_check_eod

Print the start sector and length separately instead of the combined
value to help with debugging.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Link: https://lore.kernel.org/r/20220504143355.568660-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c