Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251689
b: refs/heads/master
c: 5c5d3f3
h: refs/heads/master
i:
  251687: 9ca4fc1
v: v3
  • Loading branch information
Sage Weil authored and Al Viro committed May 26, 2011
1 parent b870d7e commit 54b17e2
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: a71905f0db41d4b2b01044fb40f97656fefc44a7
refs/heads/master: 5c5d3f3b871a719e2c6413b85009c723adeb27e1
5 changes: 0 additions & 5 deletions trunk/fs/libfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ int simple_rmdir(struct inode *dir, struct dentry *dentry)
if (!simple_empty(dentry))
return -ENOTEMPTY;

dentry_unhash(dentry);

drop_nlink(dentry->d_inode);
simple_unlink(dir, dentry);
drop_nlink(dir);
Expand All @@ -325,9 +323,6 @@ int simple_rename(struct inode *old_dir, struct dentry *old_dentry,
struct inode *inode = old_dentry->d_inode;
int they_are_dirs = S_ISDIR(old_dentry->d_inode->i_mode);

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

if (!simple_empty(new_dentry))
return -ENOTEMPTY;

Expand Down

0 comments on commit 54b17e2

Please sign in to comment.