2021-06-08 18:21:24

by Chaitanya Kulkarni

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

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 <[email protected]>

Looks good.

Reviewed-by: Chaitanya Kulkarni <[email protected]>