aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p
diff options
context:
space:
mode:
authorSimon Derr <simon.derr@bull.net>2014-03-11 05:13:08 -0400
committerEric Van Hensbergen <ericvh@gmail.com>2014-03-25 17:38:16 -0400
commit7b4f307276ae3f69fc4d7c4fb6a188c906755d98 (patch)
tree8afbda67dbb0dd52818195b1acbdf9f2128d786d /include/net/9p
parent0bfd6845c0b5e3df3507d2b4d230478980e7f04a (diff)
9pnet: p9_client->conn field is unused. Remove it.
Signed-off-by: Simon Derr <simon.derr@bull.net> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'include/net/9p')
-rw-r--r--include/net/9p/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h
index 81790a6fc663..6fab66c5c5af 100644
--- a/include/net/9p/client.h
+++ b/include/net/9p/client.h
@@ -128,7 +128,6 @@ struct p9_req_t {
128 * @proto_version: 9P protocol version to use 128 * @proto_version: 9P protocol version to use
129 * @trans_mod: module API instantiated with this client 129 * @trans_mod: module API instantiated with this client
130 * @trans: tranport instance state and API 130 * @trans: tranport instance state and API
131 * @conn: connection state information used by trans_fd
132 * @fidpool: fid handle accounting for session 131 * @fidpool: fid handle accounting for session
133 * @fidlist: List of active fid handles 132 * @fidlist: List of active fid handles
134 * @tagpool - transaction id accounting for session 133 * @tagpool - transaction id accounting for session
@@ -157,7 +156,6 @@ struct p9_client {
157 struct p9_trans_module *trans_mod; 156 struct p9_trans_module *trans_mod;
158 enum p9_trans_status status; 157 enum p9_trans_status status;
159 void *trans; 158 void *trans;
160 struct p9_conn *conn;
161 159
162 struct p9_idpool *fidpool; 160 struct p9_idpool *fidpool;
163 struct list_head fidlist; 161 struct list_head fidlist;