Re: [PATCH 1/2] erofs: get rid of the remaining kmap_atomic()
From: Chao Yu
Date: Tue Jul 11 2023 - 11:26:26 EST
On 2023/6/28 0:12, Gao Xiang wrote:
It's unnecessary to use kmap_atomic() compared with kmap_local_page().
In addition, kmap_atomic() is deprecated now.
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,