Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32981
b: refs/heads/master
c: 834a9b8
h: refs/heads/master
i:
  32979: df58756
v: v3
  • Loading branch information
Eric Van Hensbergen authored and Linus Torvalds committed Jul 31, 2006
1 parent 7014b74 commit dd7d5e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1f525f16e0a2b5743a64bf6991d3b6704271f8b6
refs/heads/master: 834a9b8ca7a01c34570be021f88e18884a29f048
6 changes: 3 additions & 3 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,11 @@ static int v9fs_remove(struct inode *dir, struct dentry *file, int rmdir)
result = v9fs_t_remove(v9ses, fid, &fcall);
if (result < 0) {
PRINT_FCALL_ERROR("remove fails", fcall);
} else {
v9fs_put_idpool(fid, &v9ses->fidpool);
v9fs_fid_destroy(v9fid);
}

v9fs_put_idpool(fid, &v9ses->fidpool);
v9fs_fid_destroy(v9fid);

kfree(fcall);
return result;
}
Expand Down

0 comments on commit dd7d5e5

Please sign in to comment.