Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179637
b: refs/heads/master
c: 4aa25bc
h: refs/heads/master
i:
  179635: a6cbcbe
v: v3
  • Loading branch information
Julia Lawall authored and Tyler Hicks committed Jan 20, 2010
1 parent 8a27bcf commit e9f1e00
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fe0fc013cd8bbd2f4737c1b2694b37dd7fe459cb
refs/heads/master: 4aa25bcb7dac2d583f1557e2be2d0b598581da54
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int ecryptfs_open(struct inode *inode, struct file *file)
struct dentry *ecryptfs_dentry = file->f_path.dentry;
/* Private value of ecryptfs_dentry allocated in
* ecryptfs_lookup() */
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
struct dentry *lower_dentry;
struct ecryptfs_file_info *file_info;

mount_crypt_stat = &ecryptfs_superblock_to_private(
Expand Down

0 comments on commit e9f1e00

Please sign in to comment.