Re: [PATCH v1 2/4] block: check virt boundary in bio_will_gap()

2016-02-22 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH v1 2/4] block: check virt boundary in bio_will_gap()

2016-02-21 Thread Sagi Grimberg
Looks fine, Reviewed-by: Sagi Grimberg

[PATCH v1 2/4] block: check virt boundary in bio_will_gap()

2016-02-18 Thread Ming Lei
In the following patch, the way for figuring out the last bvec will be changed with a bit cost introduced, so return immediately if the queue doesn't have virt boundary limit. Actually most of devices have not this limit. Cc: Sagi Grimberg Cc: Christoph Hellwig Signed-off-by: Ming Lei --- incl