Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179635
b: refs/heads/master
c: 3469b57
h: refs/heads/master
i:
  179633: 4dea413
  179631: 43b53c8
v: v3
  • Loading branch information
Erez Zadok authored and Tyler Hicks committed Jan 20, 2010
1 parent c018074 commit a6cbcbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c44a66d674688f1e1d0b2f6f56bd9c6a1b061cae
refs/heads/master: 3469b57329f80db5a41cf42d1c8f7690269f57e7
3 changes: 2 additions & 1 deletion trunk/fs/ecryptfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a6cbcbe

Please sign in to comment.