Re: [f2fs-dev] [PATCH 3/4] f2fs: check write pointers when checkpoint=disable

2023-12-04 Thread Daeho Jeong
LGTM On Mon, Dec 4, 2023 at 10:06 AM Jaegeuk Kim wrote: > > Even if f2fs was rebooted as staying checkpoint=disable, let's match the write > pointers all the time. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/super.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git

[f2fs-dev] [PATCH 3/4] f2fs: check write pointers when checkpoint=disable

2023-12-04 Thread Jaegeuk Kim
Even if f2fs was rebooted as staying checkpoint=disable, let's match the write pointers all the time. Signed-off-by: Jaegeuk Kim --- fs/f2fs/super.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 617340e9ea7f..9a874b4d1501 100644