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>
This commit is contained in:
committed by
Eric Van Hensbergen
parent
0bfd6845c0
commit
7b4f307276
@@ -128,7 +128,6 @@ struct p9_req_t {
|
|||||||
* @proto_version: 9P protocol version to use
|
* @proto_version: 9P protocol version to use
|
||||||
* @trans_mod: module API instantiated with this client
|
* @trans_mod: module API instantiated with this client
|
||||||
* @trans: tranport instance state and API
|
* @trans: tranport instance state and API
|
||||||
* @conn: connection state information used by trans_fd
|
|
||||||
* @fidpool: fid handle accounting for session
|
* @fidpool: fid handle accounting for session
|
||||||
* @fidlist: List of active fid handles
|
* @fidlist: List of active fid handles
|
||||||
* @tagpool - transaction id accounting for session
|
* @tagpool - transaction id accounting for session
|
||||||
@@ -157,7 +156,6 @@ struct p9_client {
|
|||||||
struct p9_trans_module *trans_mod;
|
struct p9_trans_module *trans_mod;
|
||||||
enum p9_trans_status status;
|
enum p9_trans_status status;
|
||||||
void *trans;
|
void *trans;
|
||||||
struct p9_conn *conn;
|
|
||||||
|
|
||||||
struct p9_idpool *fidpool;
|
struct p9_idpool *fidpool;
|
||||||
struct list_head fidlist;
|
struct list_head fidlist;
|
||||||
|
Reference in New Issue
Block a user