Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116256
b: refs/heads/master
c: cb19813
h: refs/heads/master
v: v3
  • Loading branch information
Eric Van Hensbergen committed Oct 17, 2008
1 parent f7f8ea8 commit 7ac70eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51d71f9f7a639c8a39401de1ec5ce9b0b6476c99
refs/heads/master: cb198131b0e7aba755ac164744536d461e86ab82
2 changes: 0 additions & 2 deletions trunk/include/net/9p/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ enum p9_req_status_t {
* @tc: the request fcall structure
* @rc: the response fcall structure
* @aux: transport specific data (provided for trans_fd migration)
* @tag: tag on request (BUG: redundant)
* @req_list: link for higher level objects to chain requests
*
* Transport use an array to track outstanding requests
Expand All @@ -104,7 +103,6 @@ struct p9_req_t {
u16 flush_tag;
void *aux;

int tag;
struct list_head req_list;
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/9p/trans_fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7ac70eb

Please sign in to comment.