Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118485
b: refs/heads/master
c: 82b189e
h: refs/heads/master
i:
  118483: ca62063
v: v3
  • Loading branch information
Tom Tucker authored and Eric Van Hensbergen committed Nov 5, 2008
1 parent dfb2eee commit 28b1d2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: cac23d6505546f4cfa42d949ec46d431a44bd39c
refs/heads/master: 82b189eaaf6186b7694317632255fa87460820a0
6 changes: 0 additions & 6 deletions trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,6 @@ static void p9_free_req(struct p9_client *c, struct p9_req_t *r)
r->status = REQ_STATUS_IDLE;
if (tag != P9_NOTAG && p9_idpool_check(tag, c->tagpool))
p9_idpool_put(tag, c->tagpool);

/* if this was a flush request we have to free response fcall */
if (r->rc->id == P9_RFLUSH) {
kfree(r->tc);
kfree(r->rc);
}
}

/**
Expand Down

0 comments on commit 28b1d2c

Please sign in to comment.