Re: [PATCH 07/12] dm: use bvec iterator helpers to implement .get_page and .next_page

From: Ming Lei
Date: Mon Nov 21 2016 - 19:26:26 EST


On Mon, Nov 21, 2016 at 10:49 PM, Mike Snitzer <snitzer@xxxxxxxxxx> wrote:
> On Fri, Nov 11 2016 at 7:05am -0500,
> Ming Lei <tom.leiming@xxxxxxxxx> wrote:
>
>> Firstly we have mature bvec/bio iterator helper for iterate each
>> page in one bio, not necessary to reinvent a wheel to do that.
>>
>> Secondly the coming multipage bvecs requires this patch.
>>
>> Also add comments about the direct access to bvec table.
>>
>> Signed-off-by: Ming Lei <tom.leiming@xxxxxxxxx>
>
> I've staged this for 4.10

Thanks Mike!