We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cbee2 commit 4365749Copy full SHA for 4365749
include/net/9p/client.h
@@ -73,7 +73,6 @@ enum p9_req_status_t {
73
* @wq: wait_queue for the client to block on for this request
74
* @tc: the request fcall structure
75
* @rc: the response fcall structure
76
- * @aux: transport specific data (provided for trans_fd migration)
77
* @req_list: link for higher level objects to chain requests
78
*/
79
struct p9_req_t {
@@ -83,7 +82,6 @@ struct p9_req_t {
83
82
wait_queue_head_t wq;
84
struct p9_fcall tc;
85
struct p9_fcall rc;
86
- void *aux;
87
struct list_head req_list;
88
};
89
0 commit comments