]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
9pnet: p9_client->conn field is unused. Remove it.
authorSimon Derr <simon.derr@bull.net>
Tue, 11 Mar 2014 09:13:08 +0000 (10:13 +0100)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 25 Mar 2014 21:38:16 +0000 (16:38 -0500)
Signed-off-by: Simon Derr <simon.derr@bull.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
include/net/9p/client.h

index 81790a6fc663afb2daf19bf13bd0a6f830bef364..6fab66c5c5af6356318e52c92703bdb3ea37a3d4 100644 (file)
@@ -128,7 +128,6 @@ struct p9_req_t {
  * @proto_version: 9P protocol version to use
  * @trans_mod: module API instantiated with this client
  * @trans: tranport instance state and API
- * @conn: connection state information used by trans_fd
  * @fidpool: fid handle accounting for session
  * @fidlist: List of active fid handles
  * @tagpool - transaction id accounting for session
@@ -157,7 +156,6 @@ struct p9_client {
        struct p9_trans_module *trans_mod;
        enum p9_trans_status status;
        void *trans;
-       struct p9_conn *conn;
 
        struct p9_idpool *fidpool;
        struct list_head fidlist;