Эх сурвалжийг харах

9p: remove unused option Opt_trans

Commit 8a0dc95fd976
("9p: transport API reorganization")
removed Opt_trans in tokens not in enum.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Fabian Frederick 10 жил өмнө
parent
commit
cb9af41859
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      fs/9p/v9fs.c

+ 1 - 1
fs/9p/v9fs.c

@@ -52,7 +52,7 @@ enum {
 	/* Options that take integer arguments */
 	/* Options that take integer arguments */
 	Opt_debug, Opt_dfltuid, Opt_dfltgid, Opt_afid,
 	Opt_debug, Opt_dfltuid, Opt_dfltgid, Opt_afid,
 	/* String options */
 	/* 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 */
 	/* Options that take no arguments */
 	Opt_nodevmap,
 	Opt_nodevmap,
 	/* Cache options */
 	/* Cache options */