ANDROID: sdcardfs: Fix missing break on default_normal

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 64672411
Change-Id: I98796df95dc9846adb77a11f49a1a254fb1618b1
This commit is contained in:
Daniel Rosenberg 2018-01-08 13:57:36 -08:00 committed by LuK1337
parent 324eac605d
commit 79724adf67
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ static int parse_options(struct super_block *sb, char *options, int silent,
break;
case Opt_default_normal:
vfsopts->default_normal = true;
break;
/* unknown option */
default:
if (!silent)