diff options
Diffstat (limited to 'fs/ecryptfs/inode.c')
-rw-r--r-- | fs/ecryptfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c index 67e9b6339691..2ca62c40c6c2 100644 --- a/fs/ecryptfs/inode.c +++ b/fs/ecryptfs/inode.c | |||
@@ -361,8 +361,8 @@ static int ecryptfs_lookup_interpose(struct dentry *dentry, | |||
361 | BUG_ON(!d_count(lower_dentry)); | 361 | BUG_ON(!d_count(lower_dentry)); |
362 | 362 | ||
363 | ecryptfs_set_dentry_private(dentry, dentry_info); | 363 | ecryptfs_set_dentry_private(dentry, dentry_info); |
364 | ecryptfs_set_dentry_lower(dentry, lower_dentry); | 364 | dentry_info->lower_path.mnt = lower_mnt; |
365 | ecryptfs_set_dentry_lower_mnt(dentry, lower_mnt); | 365 | dentry_info->lower_path.dentry = lower_dentry; |
366 | 366 | ||
367 | if (!lower_dentry->d_inode) { | 367 | if (!lower_dentry->d_inode) { |
368 | /* We want to add because we couldn't find in lower */ | 368 | /* We want to add because we couldn't find in lower */ |