Re: [PATCH 09/17] fs/f2fs: Remove f2fs_copy_page()

From: Chao Yu
Date: Tue Nov 24 2020 - 22:27:42 EST


On 2020/11/24 14:07, ira.weiny@xxxxxxxxx wrote:
From: Ira Weiny <ira.weiny@xxxxxxxxx>

The new common function memcpy_page() provides this exactly
functionality. Remove the local f2fs_copy_page() and call memcpy_page()
instead.

Cc: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
Cc: Chao Yu <yuchao0@xxxxxxxxxx>
Signed-off-by: Ira Weiny <ira.weiny@xxxxxxxxx>

Acked-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,