projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb63b34
)
9p: remove unused option Opt_trans
author
Fabian Frederick
<
[email protected]
>
Fri, 5 Jun 2015 17:09:35 +0000
(19:09 +0200)
committer
Eric Van Hensbergen
<
[email protected]
>
Sun, 23 Aug 2015 19:21:16 +0000
(14:21 -0500)
Commit
8a0dc95fd976
("9p: transport API reorganization")
removed Opt_trans in tokens not in enum.
Signed-off-by: Fabian Frederick <
[email protected]
>
Signed-off-by: Eric Van Hensbergen <
[email protected]
>
fs/9p/v9fs.c
patch
|
blob
|
history
diff --git
a/fs/9p/v9fs.c
b/fs/9p/v9fs.c
index 8aa56bb6e8619721e69891ac293df75ac42efe06..6caca025019d1cd68baacf7699592b931ba4c2b7 100644
(file)
--- a/
fs/9p/v9fs.c
+++ b/
fs/9p/v9fs.c
@@
-52,7
+52,7
@@
enum {
/* Options that take integer arguments */
Opt_debug, Opt_dfltuid, Opt_dfltgid, Opt_afid,
/* String options */
- Opt_uname, Opt_remotename, Opt_
trans, Opt_
cache, Opt_cachetag,
+ Opt_uname, Opt_remotename, Opt_cache, Opt_cachetag,
/* Options that take no arguments */
Opt_nodevmap,
/* Cache options */