9p: remove unnecessary tag field from p9_req_t structure

This removes the vestigial tag field from the p9_req_t structure.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
This commit is contained in:
Eric Van Hensbergen
2008-10-16 08:29:31 -05:00
parent 51d71f9f7a
commit cb198131b0
2 changed files with 1 additions and 3 deletions

View File

@@ -672,7 +672,7 @@ static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req)
struct p9_trans_fd *ts = client->trans;
struct p9_conn *m = ts->conn;
P9_DPRINTK(P9_DEBUG_MUX, "mux %p req %p tag %d\n", m, req, req->tag);
P9_DPRINTK(P9_DEBUG_MUX, "mux %p req %p\n", m, req);
spin_lock(&client->lock);
list_del(&req->req_list);