Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252725
b: refs/heads/master
c: 42b850b
h: refs/heads/master
i:
  252723: cf3f9a0
v: v3
  • Loading branch information
Sage Weil authored and Al Viro committed May 28, 2011
1 parent 9d708bc commit 85d54d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 705da2de95ce79199a52f21d82dd9f36b89afd12
refs/heads/master: 42b850b2806f8f55f5c3a0e3c78af738d5054fdc
5 changes: 0 additions & 5 deletions trunk/fs/coda/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ static int coda_rmdir(struct inode *dir, struct dentry *de)
int len = de->d_name.len;
int error;

dentry_unhash(de);

error = venus_rmdir(dir->i_sb, coda_i2f(dir), name, len);
if (!error) {
/* VFS may delete the child */
Expand All @@ -361,9 +359,6 @@ static int coda_rename(struct inode *old_dir, struct dentry *old_dentry,
int new_length = new_dentry->d_name.len;
int error;

if (new_dentry->d_inode && S_ISDIR(new_dentry->d_inode->i_mode))
dentry_unhash(new_dentry);

error = venus_rename(old_dir->i_sb, coda_i2f(old_dir),
coda_i2f(new_dir), old_length, new_length,
(const char *) old_name, (const char *)new_name);
Expand Down

0 comments on commit 85d54d8

Please sign in to comment.