Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144563
b: refs/heads/master
c: 742b11a
h: refs/heads/master
i:
  144561: de14269
  144559: 62aefb9
v: v3
  • Loading branch information
Latchesar Ionkov authored and Eric Van Hensbergen committed Apr 5, 2009
1 parent 9d40b18 commit c13f0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 453ed90d1395a5281a8f1a0de5d8aabc66202e34
refs/heads/master: 742b11a7ec60faa25d76c95c268041ab215c25ad
6 changes: 5 additions & 1 deletion trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1244,10 +1244,14 @@ struct p9_wstat *p9_client_stat(struct p9_fid *fid)
ret->name, ret->uid, ret->gid, ret->muid, ret->extension,
ret->n_uid, ret->n_gid, ret->n_muid);

p9_free_req(clnt, req);
return ret;

free_and_error:
p9_free_req(clnt, req);
error:
return ret;
kfree(ret);
return ERR_PTR(err);
}
EXPORT_SYMBOL(p9_client_stat);

Expand Down

0 comments on commit c13f0e2

Please sign in to comment.