|
@@ -282,7 +282,8 @@ int ecryptfs_lookup_and_interpose_lower(struct dentry *ecryptfs_dentry,
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|
|
rc = ecryptfs_interpose(lower_dentry, ecryptfs_dentry,
|
|
rc = ecryptfs_interpose(lower_dentry, ecryptfs_dentry,
|
|
- ecryptfs_dir_inode->i_sb, 1);
|
|
|
|
|
|
+ ecryptfs_dir_inode->i_sb,
|
|
|
|
+ ECRYPTFS_INTERPOSE_FLAG_D_ADD);
|
|
if (rc) {
|
|
if (rc) {
|
|
printk(KERN_ERR "%s: Error interposing; rc = [%d]\n",
|
|
printk(KERN_ERR "%s: Error interposing; rc = [%d]\n",
|
|
__func__, rc);
|
|
__func__, rc);
|