projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4909b
)
ANDROID: sdcardfs: Fix missing break on default_normal
author
Daniel Rosenberg
<drosen@google.com>
Mon, 8 Jan 2018 21:57:36 +0000
(13:57 -0800)
committer
Daniel Rosenberg
<drosen@google.com>
Mon, 8 Jan 2018 23:55:19 +0000
(15:55 -0800)
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug:
64672411
Change-Id: I98796df95dc9846adb77a11f49a1a254fb1618b1
fs/sdcardfs/main.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sdcardfs/main.c
b/fs/sdcardfs/main.c
index 3d1023a7ff7c2d7bf737bc30c9f0fdea92bc1bd6..d5239b21cb8a50aa0ecd6343f2e211d6838ce86f 100644
(file)
--- a/
fs/sdcardfs/main.c
+++ b/
fs/sdcardfs/main.c
@@
-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)