|
@@ -158,7 +158,7 @@ static int ecryptfs_open(struct inode *inode, struct file *file)
|
|
struct dentry *ecryptfs_dentry = file->f_path.dentry;
|
|
struct dentry *ecryptfs_dentry = file->f_path.dentry;
|
|
/* Private value of ecryptfs_dentry allocated in
|
|
/* Private value of ecryptfs_dentry allocated in
|
|
* ecryptfs_lookup() */
|
|
* ecryptfs_lookup() */
|
|
- struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
|
|
|
|
|
|
+ struct dentry *lower_dentry;
|
|
struct ecryptfs_file_info *file_info;
|
|
struct ecryptfs_file_info *file_info;
|
|
|
|
|
|
mount_crypt_stat = &ecryptfs_superblock_to_private(
|
|
mount_crypt_stat = &ecryptfs_superblock_to_private(
|