]> www.infradead.org Git - users/hch/block.git/commit
block: add a bio_chain_and_submit helper
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Mar 2024 13:23:23 +0000 (07:23 -0600)
committerChristoph Hellwig <hch@lst.de>
Fri, 3 May 2024 16:48:30 +0000 (18:48 +0200)
commit1da5038869205e3fc943a9bec19e125c77a10052
treeb43b93705e30f7f38165fab662c3ecddf543c1d8
parent789684571c3c14856aeb6968fa92178916b6ec5c
block: add a bio_chain_and_submit helper

This is basically blk_next_bio just with the bio allocation moved
to the caller to allow for more flexible bio handling in the caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/bio.c
include/linux/bio.h