Re: [f2fs-dev] [PATCH 1/2] f2fs: correct i_size change for atomic writes

From: Chao Yu
Date: Thu Sep 29 2022 - 02:58:30 EST


On 2022/9/20 0:06, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

We need to make sure i_size doesn't change until atomic write commit is
successful and restore it when commit is failed.

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

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,