commit | cf9a978f9781fb30b778ee61ef6bd164c655d9ff | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jan 24 11:02:33 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jan 24 18:17:20 2021 -0700 |
tree | b6a0aefa7ef6c68e4a870537192872c231fe1608 | |
parent | 74cb8994b22ad7b95ac38dad9c9609ae49e88ec1 [diff] |
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>