Re: [f2fs-dev] [PATCH v2] f2fs: turn back remapped address in compressed page endio

From: Chao Yu
Date: Wed Jul 28 2021 - 21:25:38 EST


On 2021/7/29 3:38, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

Turned back the remmaped sector address to the address in the partition,
when ending io, for compress cache to work properly.

Fixes: 6ce19aff0b8c ("f2fs: compress: add compress_inode to cache
compressed blocks")
Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>
Signed-off-by: Youngjin Gil <youngjin.gil@xxxxxxxxxxx>
Signed-off-by: Hyeong Jun Kim <hj514.kim@xxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,