mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
f2fs: Add missing break in switch-case
commit 487df616de upstream.
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
committed by
Amit Pundir
parent
f0e97e17a9
commit
cc2b01c544
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user