Re: [f2fs-dev] [PATCH] f2fs: allocate node blocks for atomic write block replacement

From: Chao Yu
Date: Mon Apr 24 2023 - 11:47:32 EST


On 2023/4/24 23:44, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

When a node block is missing for atomic write block replacement, we need
to allocate it in advance of the replacement.

Fixes: 3db1de0e582c ("f2fs: change the current atomic write way")
Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,