dcssblk: remove the end of device check in dcssblk_submit_bio
authorChristoph Hellwig <hch@lst.de>
Sun, 24 Jan 2021 10:02:33 +0000 (11:02 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jan 2021 01:17:20 +0000 (18:17 -0700)
commitcf9a978f9781fb30b778ee61ef6bd164c655d9ff
treeb6a0aefa7ef6c68e4a870537192872c231fe1608
parent74cb8994b22ad7b95ac38dad9c9609ae49e88ec1
dcssblk: remove the end of device check in dcssblk_submit_bio

The block layer already checks for this conditions in bio_check_eod
before calling the driver.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dcssblk.c