]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: initialize sbi->gc_mode explicitly
authorChao Yu <chao@kernel.org>
Thu, 17 Mar 2022 08:33:15 +0000 (16:33 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 18 Mar 2022 06:48:03 +0000 (23:48 -0700)
commitc86868bbc22be9487d10d3c6336dd8ccb49e8a62
treeb03dd631b3a1461d7bfb5aa2b592511910138135
parentd98af5f4552058a5c22030641ef79cee92c61f54
f2fs: initialize sbi->gc_mode explicitly

It needs to initialized sbi->gc_mode to GC_NORMAL explicitly.

Signed-off-by: Chao Yu <chao.yu@oppo.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c