mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user