Re: [PATCH] block: setup bounce bio_sets properly

2018-10-21 Thread Jens Axboe
On 10/21/18 6:17 AM, Ondrej Zary wrote: > On Friday 19 October 2018 18:35:00 Jens Axboe wrote: >> On 10/19/18 3:10 AM, Ming Lei wrote: >>> On Thu, Oct 18, 2018 at 03:24:47PM -0600, Jens Axboe wrote: We're only setting up the bounce bio sets if we happen to need bouncing for regular

Re: [PATCH] block: setup bounce bio_sets properly

2018-10-21 Thread Ondrej Zary
On Friday 19 October 2018 18:35:00 Jens Axboe wrote: > On 10/19/18 3:10 AM, Ming Lei wrote: > > On Thu, Oct 18, 2018 at 03:24:47PM -0600, Jens Axboe wrote: > >> We're only setting up the bounce bio sets if we happen > >> to need bouncing for regular HIGHMEM, not if we only need > >> it for ISA

Re: [PATCH] block: setup bounce bio_sets properly

2018-10-19 Thread Jens Axboe
On 10/19/18 3:10 AM, Ming Lei wrote: > On Thu, Oct 18, 2018 at 03:24:47PM -0600, Jens Axboe wrote: >> We're only setting up the bounce bio sets if we happen >> to need bouncing for regular HIGHMEM, not if we only need >> it for ISA devices. >> >> Reported-by: Ondrej Zary >> Tested-by: Ondrej Zary

Re: [PATCH] block: setup bounce bio_sets properly

2018-10-19 Thread Ming Lei
On Thu, Oct 18, 2018 at 03:24:47PM -0600, Jens Axboe wrote: > We're only setting up the bounce bio sets if we happen > to need bouncing for regular HIGHMEM, not if we only need > it for ISA devices. > > Reported-by: Ondrej Zary > Tested-by: Ondrej Zary > Signed-off-by: Jens Axboe > > diff

[PATCH] block: setup bounce bio_sets properly

2018-10-18 Thread Jens Axboe
We're only setting up the bounce bio sets if we happen to need bouncing for regular HIGHMEM, not if we only need it for ISA devices. Reported-by: Ondrej Zary Tested-by: Ondrej Zary Signed-off-by: Jens Axboe diff --git a/block/bounce.c b/block/bounce.c index b30071ac4ec6..1356a2f4aae2 100644