s390/dcssblk:: don't call bio_split_to_limits
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Jan 2023 07:53:56 +0000 (08:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:18:35 +0000 (15:18 -0700)
commit9607cd36bb23e1c3271a394407c0caf4f7a207ab
treeae26de6584f9e03ac855c7ecb543086b0adf8850
parent1bf7a749efdc5183e83239e030596ef74b9c8b13
s390/dcssblk:: don't call bio_split_to_limits

s390 iterates over the bio using bio_for_each_segment and doesn't need
any bio splitting.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Link: https://lore.kernel.org/r/20230123075356.60847-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dcssblk.c