Re: [f2fs-dev] [PATCH] f2fs: fix the missing write pointer correction

2025-03-01 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 27 Feb 2025 21:24:01 + you wrote: > If checkpoint was disabled, we missed to fix the write pointers. > > Cc: > Fixes: 1015035609e4 ("f2fs: fix changing cursegs if recovery fails on zoned > device") > Signed-of

Re: [f2fs-dev] [PATCH] f2fs: fix the missing write pointer correction

2025-02-27 Thread Chao Yu via Linux-f2fs-devel
On 2025/2/28 5:24, Jaegeuk Kim via Linux-f2fs-devel wrote: If checkpoint was disabled, we missed to fix the write pointers. Cc: Fixes: 1015035609e4 ("f2fs: fix changing cursegs if recovery fails on zoned device") Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks, __

[f2fs-dev] [PATCH] f2fs: fix the missing write pointer correction

2025-02-27 Thread Jaegeuk Kim via Linux-f2fs-devel
If checkpoint was disabled, we missed to fix the write pointers. Cc: Fixes: 1015035609e4 ("f2fs: fix changing cursegs if recovery fails on zoned device") Signed-off-by: Jaegeuk Kim --- fs/f2fs/super.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/super.c b/fs/f