, bio_clone_fast() does.
Finally we remove bio_clone() (which is no longer used) and stop
blk_bio_segment_split() from splitting after BIO_MAX_PAGES, as that
is no longer necessary.
---
NeilBrown (11):
blk: remove bio_set arg from blk_queue_split()
blk: make the bioset rescue_workqueue optional
bios that are re-submitted will pass through blk_queue_split() when
blk_queue_bio() is called, and this will split the bio if necessary.
There is no longer any need to do this splitting in xen-blkfront.
Signed-off-by: NeilBrown
---
drivers/block/xen-blkfront.c | 54