aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/9p/client.h')
-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 eeb7d922816e..475ef5cf1644 100644
--- a/include/net/9p/client.h
+++ b/include/net/9p/client.h
@@ -81,7 +81,6 @@ enum p9_req_status_t {
81 * @tc: the request fcall structure 81 * @tc: the request fcall structure
82 * @rc: the response fcall structure 82 * @rc: the response fcall structure
83 * @aux: transport specific data (provided for trans_fd migration) 83 * @aux: transport specific data (provided for trans_fd migration)
84 * @tag: tag on request (BUG: redundant)
85 * @req_list: link for higher level objects to chain requests 84 * @req_list: link for higher level objects to chain requests
86 * 85 *
87 * Transport use an array to track outstanding requests 86 * Transport use an array to track outstanding requests
@@ -104,7 +103,6 @@ struct p9_req_t {
104 u16 flush_tag; 103 u16 flush_tag;
105 void *aux; 104 void *aux;
106 105
107 int tag;
108 struct list_head req_list; 106 struct list_head req_list;
109}; 107};
110 108