Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118486
b: refs/heads/master
c: 45abdf1
h: refs/heads/master
v: v3
  • Loading branch information
Tom Tucker authored and Eric Van Hensbergen committed Nov 5, 2008
1 parent 28b1d2c commit 9874784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82b189eaaf6186b7694317632255fa87460820a0
refs/heads/master: 45abdf1c7be80d6ec3b0b14e59ee75a0d5d9fb37
3 changes: 3 additions & 0 deletions trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ static struct p9_req_t *p9_tag_alloc(struct p9_client *c, u16 tag)
printk(KERN_ERR "Couldn't grow tag array\n");
kfree(req->tc);
kfree(req->rc);
kfree(req->wq);
req->tc = req->rc = NULL;
req->wq = NULL;
return ERR_PTR(-ENOMEM);
}
req->tc->sdata = (char *) req->tc + sizeof(struct p9_fcall);
Expand Down

0 comments on commit 9874784

Please sign in to comment.