Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201800
b: refs/heads/master
c: 0b1208b
h: refs/heads/master
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Eric Van Hensbergen committed Aug 2, 2010
1 parent 91c53a8 commit d97960a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a534c8d15b1f1d0f861fc2bb9e0529bd8486ec3f
refs/heads/master: 0b1208b1aa7a555d5ae4246bab4cd76ba3f32b2d
3 changes: 1 addition & 2 deletions trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,9 +1240,8 @@ int p9_client_remove(struct p9_fid *fid)
P9_DPRINTK(P9_DEBUG_9P, "<<< RREMOVE fid %d\n", fid->fid);

p9_free_req(clnt, req);
p9_fid_destroy(fid);

error:
p9_fid_destroy(fid);
return err;
}
EXPORT_SYMBOL(p9_client_remove);
Expand Down

0 comments on commit d97960a

Please sign in to comment.