ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode
[cascardo/linux.git] / fs / ecryptfs / super.c
index b15a43a..1a037f7 100644 (file)
@@ -85,7 +85,6 @@ static void ecryptfs_destroy_inode(struct inode *inode)
                if (lower_dentry->d_inode) {
                        fput(inode_info->lower_file);
                        inode_info->lower_file = NULL;
-                       d_drop(lower_dentry);
                }
        }
        ecryptfs_destroy_crypt_stat(&inode_info->crypt_stat);