Re: [PATCH 3/3] fsdax: Output address in dax_iomap_pfn() and rename it

From: riteshh
Date: Wed Apr 07 2021 - 06:16:48 EST


On 21/04/07 02:32PM, Shiyang Ruan wrote:
> Add address output in dax_iomap_pfn() in order to perform a memcpy() in
> CoW case. Since this function both output address and pfn, rename it to
> dax_iomap_direct_access().
>
> Signed-off-by: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>
> Reviewed-by: Ritesh Harjani <riteshh@xxxxxxxxx>

Same here. It should be either of below.

Reviewed-by: Ritesh Harjani <riteshh@xxxxxxxxxxxxx>
OR
Reviewed-by: Ritesh Harjani <ritesh.list@xxxxxxxxx>

> ---
> fs/dax.c | 16 ++++++++++++----
> 1 file changed, 12 insertions(+), 4 deletions(-)