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 <[email protected]> > Reviewed-by: Christoph Hellwig <[email protected]> > Reviewed-by: Ritesh Harjani <[email protected]>
Same here. It should be either of below. Reviewed-by: Ritesh Harjani <[email protected]> OR Reviewed-by: Ritesh Harjani <[email protected]> > --- > fs/dax.c | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-)

