Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168281
b: refs/heads/master
c: 5219f34
h: refs/heads/master
i:
  168279: cc1aae6
v: v3
  • Loading branch information
Miklos Szeredi committed Nov 4, 2009
1 parent 93f3d5e commit a2ed4aa
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0bd87182d3ab18a32a8e9175d3f68754c58e3432
refs/heads/master: 5219f346b0ea2a2a8821f1e966b190788c285b0b
4 changes: 3 additions & 1 deletion trunk/fs/fuse/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,10 @@ static int fuse_rename(struct inode *olddir, struct dentry *oldent,
fuse_invalidate_attr(newdir);

/* newent will end up negative */
if (newent->d_inode)
if (newent->d_inode) {
fuse_invalidate_attr(newent->d_inode);
fuse_invalidate_entry_cache(newent);
}
} else if (err == -EINTR) {
/* If request was interrupted, DEITY only knows if the
rename actually took place. If the invalidation
Expand Down

0 comments on commit a2ed4aa

Please sign in to comment.