Re: [dm-devel] [PATCH 01/15] bvec: add a bvec_virt helper

2021-08-08 Thread Chaitanya Kulkarni
On 8/4/2021 2:56 AM, Christoph Hellwig wrote: Add a helper to get the virtual address for a bvec. This avoids that all callers need to know about the page + offset representation. Signed-off-by: Christoph Hellwig Looks good. Reviewed-by: Chaitanya Kulkarni -- -ck -- dm-devel mailing li

Re: [dm-devel] [PATCH 01/15] bvec: add a bvec_virt helper

2021-08-05 Thread Martin K. Petersen
Christoph, > Add a helper to get the virtual address for a bvec. This avoids that > all callers need to know about the page + offset representation. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- dm-devel mailing list dm-devel@redhat.com https://list

[dm-devel] [PATCH 01/15] bvec: add a bvec_virt helper

2021-08-04 Thread Christoph Hellwig
Add a helper to get the virtual address for a bvec. This avoids that all callers need to know about the page + offset representation. Signed-off-by: Christoph Hellwig --- include/linux/bvec.h | 12 1 file changed, 12 insertions(+) diff --git a/include/linux/bvec.h b/include/linux/