提交 9df47ba7 编写于 作者: T Taehee Yoo 提交者: Jaegeuk Kim

f2fs: change 0 to false for bool type

in the f2fs_fill_super function, variable "retry" is bool type
i think that it should be set as false.
Signed-off-by: NTaehee Yoo <ap420073@gmail.com>
Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
上级 e03b07d9
......@@ -1230,7 +1230,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent)
/* give only one another chance */
if (retry) {
retry = 0;
retry = false;
shrink_dcache_sb(sb);
goto try_onemore;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册