]> git.dujemihanovic.xyz Git - linux.git/commit
ps3vram: remove bio splitting
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Jan 2023 07:47:18 +0000 (08:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:18:35 +0000 (15:18 -0700)
commit1bf7a749efdc5183e83239e030596ef74b9c8b13
tree8b16843382ae307cf522db335cb1bc8446d5d8fa
parent33391eecd63158536fb5257fee5be3a3bdc30e3c
ps3vram: remove bio splitting

ps3vram iterates over the bio one segment, that is page aligned and max
page sized chunk, a time.  Because of that there is no point in
calling bio_split_to_limits, or explicitly setting the default limits
that are only used by bio_split_to_limits.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Geoff Levand <geoff@infradead.org>
Link: https://lore.kernel.org/r/20230123074718.57951-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/ps3vram.c