Re: [f2fs-dev] [PATCH] f2fs: clean up zones when not successfully unmounted

From: Chao Yu
Date: Mon Oct 16 2023 - 03:53:55 EST


On 2023/10/11 3:36, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

We can't trust write pointers when the previous mount was not
successfully unmounted.

Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,