Re: [f2fs-dev] [PATCH] f2fs: use finish zone command when closing a zone

2023-08-28 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 24 Aug 2023 09:08:31 -0700 you wrote: > From: Daeho Jeong > > Use the finish zone command first when a zone should be closed. > > Signed-off-by: Daeho Jeong > --- > fs/f2fs/segment.c | 19 +-- >

[f2fs-dev] [PATCH] f2fs: use finish zone command when closing a zone

2023-08-24 Thread Daeho Jeong
From: Daeho Jeong Use the finish zone command first when a zone should be closed. Signed-off-by: Daeho Jeong --- fs/f2fs/segment.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index b38bf2b34490..d05b41608fc0 100