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:
5acdfcc
)
sdcardfs: Remove unused code
author
Daniel Rosenberg
<drosen@google.com>
Mon, 28 Mar 2016 22:00:20 +0000
(15:00 -0700)
committer
Stricted
<info@stricted.net>
Thu, 11 Oct 2018 16:03:14 +0000
(18:03 +0200)
Change-Id: Ie97cba27ce44818ac56cfe40954f164ad44eccf6
fs/sdcardfs/main.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sdcardfs/main.c
b/fs/sdcardfs/main.c
index ac891c59460d564a3c95172e85b1696132b5bf08..7d6a17324267b4f69065c4d1e626c3eec9b26a0f 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);