Re: [f2fs-dev] [PATCH] f2fs: check zone write pointer points to the end of zone

2023-06-15 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 12 Jun 2023 16:32:03 -0700 you wrote: > From: Daeho Jeong > > We don't need to report an issue, when the zone write pointer already > points to the end of the zone, since the zone mismatch is already taken > care.

[f2fs-dev] [PATCH] f2fs: check zone write pointer points to the end of zone

2023-06-12 Thread Daeho Jeong
From: Daeho Jeong We don't need to report an issue, when the zone write pointer already points to the end of the zone, since the zone mismatch is already taken care. Signed-off-by: Daeho Jeong --- fs/f2fs/segment.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fs/