Re: [PATCH 04/16] bvec: add a bvec_kmap_local helper

From: Chaitanya Kulkarni
Date: Tue Jun 08 2021 - 14:19:03 EST


On 6/8/21 09:06, Christoph Hellwig wrote:
> Add a helper to call kmap_local_page on a bvec. There is no need for
> an unmap helper given that kunmap_local accept any address in the mapped
> page.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Looks good.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>