]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ecryptfs/inode.c
Merge branch 'topic/hda' into for-linus
[karo-tx-linux.git] / fs / ecryptfs / inode.c
index e0341529362564f0f67b71975e444e7a25cc2bea..4a430ab4115c056851a9a98788417a44751e6205 100644 (file)
@@ -282,7 +282,8 @@ int ecryptfs_lookup_and_interpose_lower(struct dentry *ecryptfs_dentry,
                goto out;
        }
        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) {
                printk(KERN_ERR "%s: Error interposing; rc = [%d]\n",
                       __func__, rc);