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:
3c7c7d5
)
ANDROID: sdcardfs: Add missing break
author
Daniel Rosenberg
<drosen@google.com>
Sat, 9 Sep 2017 00:20:06 +0000
(17:20 -0700)
committer
Stricted
<info@stricted.net>
Thu, 11 Oct 2018 16:03:44 +0000
(18:03 +0200)
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug:
63245673
Change-Id: I5fc596420301045895e5a9a7e297fd05434babf9
fs/sdcardfs/main.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sdcardfs/main.c
b/fs/sdcardfs/main.c
index c2761cdaf28ca0ed0c88a57faf0f0590cc9da996..909193e1687bdfe314ddd8b1ea2a85263de628f2 100644
(file)
--- a/
fs/sdcardfs/main.c
+++ b/
fs/sdcardfs/main.c
@@
-121,6
+121,7
@@
static int parse_options(struct super_block *sb, char *options, int silent,
break;
case Opt_gid_derivation:
opts->gid_derivation = true;
+ break;
/* unknown option */
default:
if (!silent)