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

2023-04-24 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 24 Apr 2023 08:44:40 -0700 you wrote: > From: Daeho Jeong > > When a node block is missing for atomic write block replacement, we need > to allocate it in advance of the replacement. > > Fixes: 3db1de0e582c ("f2fs

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

2023-04-24 Thread Chao Yu
On 2023/4/24 23:44, Daeho Jeong wrote: From: Daeho Jeong 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 Reviewed-by: Chao Yu

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

2023-04-24 Thread Daeho Jeong
From: Daeho Jeong 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 --- fs/f2fs/segment.c | 2 +- 1 file changed, 1 insertion(+), 1

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

2023-04-20 Thread Chao Yu
On 2023/4/19 1:42, Daeho Jeong wrote: From: Daeho Jeong When a node block is missing for atomic write block replacement, we need to allocate it in advance of the replacement. Miss a fixes line? Otherwise it looks good to me. Thanks, Signed-off-by: Daeho Jeong --- fs/f2fs/segment.c | 2

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

2023-04-18 Thread Daeho Jeong
From: Daeho Jeong When a node block is missing for atomic write block replacement, we need to allocate it in advance of the replacement. Signed-off-by: Daeho Jeong --- fs/f2fs/segment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c in