Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110014
b: refs/heads/master
c: 62aa528
h: refs/heads/master
v: v3
  • Loading branch information
Julien Brunel authored and Eric Van Hensbergen committed Sep 24, 2008
1 parent fbf0493 commit d9a8f27
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: 620678244bc7b83287e2e283ed4fe6b959e94b7d
refs/heads/master: 62aa528e0299ffef8e138d9d92d13e631d06c5ff
3 changes: 1 addition & 2 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,7 @@ static struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry,
return NULL;

error:
if (fid)
p9_client_clunk(fid);
p9_client_clunk(fid);

return ERR_PTR(result);
}
Expand Down

0 comments on commit d9a8f27

Please sign in to comment.