f2fs: check write pointers when checkpoint=disable
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 2 Dec 2023 19:15:41 +0000 (11:15 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 5 Dec 2023 01:18:03 +0000 (17:18 -0800)
commitaca90eea8a90b1abc844504109b6f919dfbd4259
treec7423ff42cc487f1a62835e3463c03c1b71e013d
parent9dad4d964291295ef48243d4e03972b85138bc9f
f2fs: check write pointers when checkpoint=disable

Even if f2fs was rebooted as staying checkpoint=disable, let's match the write
pointers all the time.

Reviewed-by: Daeho Jeong <daehojeong@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c