Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72301
b: refs/heads/master
c: 22150c4
h: refs/heads/master
i:
  72299: c3886ab
v: v3
  • Loading branch information
Latchesar Ionkov authored and Eric Van Hensbergen committed Oct 23, 2007
1 parent a2c8891 commit c5cfd37
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0a976297e1f57a6d156d3f8ed7f10c64beb031a4
refs/heads/master: 22150c4f0f02619c256f35db2f1ec912549b4ca5
4 changes: 2 additions & 2 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,10 @@ v9fs_vfs_rename(struct inode *old_dir, struct dentry *old_dentry,
retval = p9_client_wstat(oldfid, &wstat);

clunk_newdir:
p9_client_clunk(olddirfid);
p9_client_clunk(newdirfid);

clunk_olddir:
p9_client_clunk(newdirfid);
p9_client_clunk(olddirfid);

done:
return retval;
Expand Down

0 comments on commit c5cfd37

Please sign in to comment.