projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0992280
)
f2fs: Add missing break in switch-case
author
Damien Le Moal
<damien.lemoal@wdc.com>
Fri, 28 Oct 2016 08:44:59 +0000
(17:44 +0900)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 23 Nov 2016 20:11:14 +0000
(12:11 -0800)
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c
patch
|
blob
|
history
diff --git
a/fs/f2fs/super.c
b/fs/f2fs/super.c
index 72603f1d8c2e8d03c0d0c30e42f68a400c358fdc..82af510b3bcce8ccbf3ddbec8574607ee4a2803c 100644
(file)
--- a/
fs/f2fs/super.c
+++ b/
fs/f2fs/super.c
@@
-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;