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

From: Roger Pau Monné
Date: Thu Apr 20 2017 - 06:00:31 EST


On Thu, Apr 20, 2017 at 03:38:50PM +1000, NeilBrown wrote:
> 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 <neilb@xxxxxxxx>

Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>

> ---
> drivers/block/xen-blkfront.c | 54 ++----------------------------------------
> 1 file changed, 3 insertions(+), 51 deletions(-)

Nice!