VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Julia Lawall <julia@diku.dk> 2010-01-16 17:00:26 +0100 committer: Tyler Hicks <tyhicks@linux.vnet.ibm.com> 2010-01-19 22:36:05 -0600 commit: 4aa25bcb7dac2d583f1557e2be2d0b598581da54 parent: fe0fc013cd8bbd2f4737c1b2694b37dd7fe459cb
Commit Summary:
ecryptfs: Eliminate useless code
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c
index dde7bb48bb5f..678172b61be2 100644
--- a/fs/ecryptfs/file.c
+++ b/fs/ecryptfs/file.c
@@ -158,7 +158,7 @@ static int ecryptfs_open(struct inode *inode, struct file *file)
 	struct dentry *ecryptfs_dentry = file->f_path.dentry;
 	/* Private value of ecryptfs_dentry allocated in
 	 * ecryptfs_lookup() */
-	struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
+	struct dentry *lower_dentry;
 	struct ecryptfs_file_info *file_info;
 
 	mount_crypt_stat = &ecryptfs_superblock_to_private(