]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: fix the missing write pointer correction
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 27 Feb 2025 19:00:35 +0000 (19:00 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 28 Feb 2025 16:23:01 +0000 (16:23 +0000)
commit201e07aec617b10360df09090651dea9d0d4f7d3
treee9a1a4b0b2d62037b858285de8235b6f544f5f4d
parent1b60b23975d6d81703826e3797738e471c3009c6
f2fs: fix the missing write pointer correction

If checkpoint was disabled, we missed to fix the write pointers.

Cc: <stable@vger.kernel.org>
Fixes: 1015035609e4 ("f2fs: fix changing cursegs if recovery fails on zoned device")
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c