projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f7faef
)
ANDROID: sdcardfs: Remove unused code
author
Daniel Rosenberg
<drosen@google.com>
Mon, 28 Mar 2016 22:00:20 +0000
(15:00 -0700)
committer
Daniel Rosenberg
<drosen@google.com>
Tue, 30 Jan 2018 03:40:00 +0000
(19:40 -0800)
Change-Id: Ie97cba27ce44818ac56cfe40954f164ad44eccf6
fs/sdcardfs/main.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sdcardfs/main.c
b/fs/sdcardfs/main.c
index fa11a0458b8441f322710c304ef2399fab9da284..a6522286d7314b57e2269e31ab31ee4ec5bcd5dc 100644
(file)
--- a/
fs/sdcardfs/main.c
+++ b/
fs/sdcardfs/main.c
@@
-54,7
+54,6
@@
static int parse_options(struct super_block *sb, char *options, int silent,
char *p;
substring_t args[MAX_OPT_ARGS];
int option;
- char *string_option;
/* by default, we use AID_MEDIA_RW as uid, gid */
opts->fs_low_uid = AID_MEDIA_RW;
@@
-117,7
+116,6
@@
static int parse_options(struct super_block *sb, char *options, int silent,
break;
/* unknown option */
default:
-invalid_option:
if (!silent) {
printk( KERN_ERR "Unrecognized mount option \"%s\" "
"or missing value", p);