Re: [f2fs-dev] [PATCH] f2fs: clean up zones when not successfully unmounted

2023-10-23 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 10 Oct 2023 12:36:28 -0700 you wrote: > From: Daeho Jeong > > We can't trust write pointers when the previous mount was not > successfully unmounted. > > Signed-off-by: Daeho Jeong > > [...] Here is the summary

Re: [f2fs-dev] [PATCH] f2fs: clean up zones when not successfully unmounted

2023-10-16 Thread Chao Yu
On 2023/10/11 3:36, Daeho Jeong wrote: From: Daeho Jeong We can't trust write pointers when the previous mount was not successfully unmounted. Signed-off-by: Daeho Jeong Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs

[f2fs-dev] [PATCH] f2fs: clean up zones when not successfully unmounted

2023-10-10 Thread Daeho Jeong
From: Daeho Jeong We can't trust write pointers when the previous mount was not successfully unmounted. Signed-off-by: Daeho Jeong --- fs/f2fs/segment.c | 92 --- 1 file changed, 56 insertions(+), 36 deletions(-) diff --git a/fs/f2fs/segment.c b/fs/