aboutsummaryrefslogtreecommitdiff
path: root/fs/sdcardfs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sdcardfs/main.c')
-rwxr-xr-xfs/sdcardfs/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sdcardfs/main.c b/fs/sdcardfs/main.c
index 280ad597f..358d7f342 100755
--- a/fs/sdcardfs/main.c
+++ b/fs/sdcardfs/main.c
@@ -132,6 +132,7 @@ static int parse_options(struct super_block *sb, char *options, int silent,
break;
case Opt_default_normal:
opts->default_normal = true;
+ break;
case Opt_nocache:
opts->nocache = true;
break;