Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74985
b: refs/heads/master
c: 7c9e70e
h: refs/heads/master
i:
  74983: f2ac266
v: v3
  • Loading branch information
Eric Sandeen authored and Linus Torvalds committed Dec 18, 2007
1 parent 69d87ad commit ea2a1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81eabcbe0b991ddef5216f30ae91c4b226d54b6d
refs/heads/master: 7c9e70efbfc3186674d93451e0fbf18365347b4d
1 change: 1 addition & 0 deletions trunk/fs/ecryptfs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ static int ecryptfs_read_super(struct super_block *sb, const char *dev_name)
lower_mnt = nd.mnt;
ecryptfs_set_superblock_lower(sb, lower_root->d_sb);
sb->s_maxbytes = lower_root->d_sb->s_maxbytes;
sb->s_blocksize = lower_root->d_sb->s_blocksize;
ecryptfs_set_dentry_lower(sb->s_root, lower_root);
ecryptfs_set_dentry_lower_mnt(sb->s_root, lower_mnt);
rc = ecryptfs_interpose(lower_root, sb->s_root, sb, 0);
Expand Down

0 comments on commit ea2a1fe

Please sign in to comment.