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

2024-02-26 Thread Jaegeuk Kim
On 02/26, Chao Yu wrote: > On 2024/2/24 4:55, 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. > > Jaegeuk, > > IIUC, we may lost warm node chain once we allocate new

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

2024-02-26 Thread Daeho Jeong
On Sun, Feb 25, 2024 at 6:49 PM Chao Yu wrote: > > On 2024/2/24 4:55, 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. > > Jaegeuk, > > IIUC, we may lost warm node

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

2024-02-25 Thread Chao Yu
On 2024/2/24 4:55, 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. Jaegeuk, IIUC, we may lost warm node chain once we allocate new section for all logs, should we give

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

2024-02-23 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 --- fs/f2fs/recovery.c | 2 +- fs/f2fs/super.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff