[Xen-devel] [PATCH 00/10] block: assorted cleanup for bio splitting and cloning.

2017-04-19 Thread NeilBrown
, 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

[Xen-devel] [PATCH 08/11] xen-blkfront: remove bio splitting.

2017-04-19 Thread NeilBrown
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