Re: [PATCH v1 2/4] block: check virt boundary in bio_will_gap()
Looks fine, Reviewed-by: Christoph Hellwig
Re: [PATCH v1 2/4] block: check virt boundary in bio_will_gap()
Looks fine, Reviewed-by: Sagi Grimberg
[PATCH v1 2/4] block: check virt boundary in bio_will_gap()
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