diff options
Diffstat (limited to 'fs/ecryptfs')
-rw-r--r-- | fs/ecryptfs/inode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c index 227b409b8406..4d4cc6a90cd5 100644 --- a/fs/ecryptfs/inode.c +++ b/fs/ecryptfs/inode.c | |||
@@ -521,8 +521,6 @@ static int ecryptfs_rmdir(struct inode *dir, struct dentry *dentry) | |||
521 | struct dentry *lower_dir_dentry; | 521 | struct dentry *lower_dir_dentry; |
522 | int rc; | 522 | int rc; |
523 | 523 | ||
524 | dentry_unhash(dentry); | ||
525 | |||
526 | lower_dentry = ecryptfs_dentry_to_lower(dentry); | 524 | lower_dentry = ecryptfs_dentry_to_lower(dentry); |
527 | dget(dentry); | 525 | dget(dentry); |
528 | lower_dir_dentry = lock_parent(lower_dentry); | 526 | lower_dir_dentry = lock_parent(lower_dentry); |
@@ -573,9 +571,6 @@ ecryptfs_rename(struct inode *old_dir, struct dentry *old_dentry, | |||
573 | struct dentry *lower_new_dir_dentry; | 571 | struct dentry *lower_new_dir_dentry; |
574 | struct dentry *trap = NULL; | 572 | struct dentry *trap = NULL; |
575 | 573 | ||
576 | if (new_dentry->d_inode && S_ISDIR(new_dentry->d_inode->i_mode)) | ||
577 | dentry_unhash(new_dentry); | ||
578 | |||
579 | lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry); | 574 | lower_old_dentry = ecryptfs_dentry_to_lower(old_dentry); |
580 | lower_new_dentry = ecryptfs_dentry_to_lower(new_dentry); | 575 | lower_new_dentry = ecryptfs_dentry_to_lower(new_dentry); |
581 | dget(lower_old_dentry); | 576 | dget(lower_old_dentry); |