]> Pileus Git - ~andy/linux/blobdiff - fs/ecryptfs/inode.c
ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}
[~andy/linux] / fs / ecryptfs / inode.c
index 67e9b6339691f9cc01a378564fa5aa0527da1977..2ca62c40c6c2ff0c390a730f131a6e8d7ebac39b 100644 (file)
@@ -361,8 +361,8 @@ static int ecryptfs_lookup_interpose(struct dentry *dentry,
        BUG_ON(!d_count(lower_dentry));
 
        ecryptfs_set_dentry_private(dentry, dentry_info);
-       ecryptfs_set_dentry_lower(dentry, lower_dentry);
-       ecryptfs_set_dentry_lower_mnt(dentry, lower_mnt);
+       dentry_info->lower_path.mnt = lower_mnt;
+       dentry_info->lower_path.dentry = lower_dentry;
 
        if (!lower_dentry->d_inode) {
                /* We want to add because we couldn't find in lower */