提交 487df616 编写于 作者: D Damien Le Moal 提交者: Jaegeuk Kim

f2fs: Add missing break in switch-case

Signed-off-by: NDamien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
上级 09922800
......@@ -420,6 +420,7 @@ static int parse_options(struct super_block *sb, char *options)
break;
case Opt_nodiscard:
clear_opt(sbi, DISCARD);
break;
case Opt_noheap:
set_opt(sbi, NOHEAP);
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册