Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97df49a0 authored by Damien Le Moal's avatar Damien Le Moal Committed by Jaegeuk Kim
Browse files

f2fs: Add missing break in switch-case



commit 487df616dec33231c99294b906d720d256a2de16 upstream.

Signed-off-by: default avatarDamien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent a91b9fe2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;