Re: [f2fs-dev] [PATCH 2/5 v2] f2fs: fix write pointers all the time

2024-02-26 Thread Chao Yu
On 2024/2/27 8:59, Jaegeuk Kim wrote: Even if the roll forward recovery stopped due to any error, we have to fix the write pointers in order to mount the disk from the previous checkpoint. Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

Re: [f2fs-dev] [PATCH 2/5 v2] f2fs: fix write pointers all the time

2024-02-26 Thread Jaegeuk Kim
Even if the roll forward recovery stopped due to any error, we have to fix the write pointers in order to mount the disk from the previous checkpoint. Signed-off-by: Jaegeuk Kim --- from v1: - preserve error fs/f2fs/recovery.c | 15 +++ fs/f2fs/super.c| 11 +++ 2