f2fs: fix to remove redundant SBI_NEED_FSCK flag set
authorZhiguo Niu <zhiguo.niu@unisoc.com>
Mon, 27 May 2024 11:12:37 +0000 (19:12 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 12 Jun 2024 15:46:02 +0000 (15:46 +0000)
commit6924c8b6fdf96db24edf8392c2dd00f79eeb8e4b
treeeaffe6f162b454fd085f3ee4f3d8863345c9d233
parent76da333f4b935af65c9465277032a1e24405375c
f2fs: fix to remove redundant SBI_NEED_FSCK flag set

Subsequent f2fs_stop_checkpoint will set cp_err, so this
SBI_NEED_FSCK flag set action is invalid.

Signed-off-by: Zhiguo Niu <zhiguo.niu@unisoc.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/gc.c