projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3898ac
)
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
Stricted
<info@stricted.net>
Thu, 11 Oct 2018 16:03:45 +0000
(18:03 +0200)
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 98f8b6b14b5143ff8bd9551da3ea8fc0b17455eb..9ec3979ecb2876df44ee797790293d9179e900f7 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)