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

2021-06-09 Thread Ilya Dryomov
On Tue, Jun 8, 2021 at 6:06 PM 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 > --- > include/linux/bvec.h | 6 ++ > 1 f

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

2021-06-08 Thread Chaitanya Kulkarni
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 Looks good. Reviewed-by: Chaitanya Kulkarni

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

2021-06-08 Thread Christoph Hellwig
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 --- include/linux/bvec.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/linux/bvec.h b/include/