Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233538
b: refs/heads/master
c: 55f9cf6
h: refs/heads/master
v: v3
  • Loading branch information
Tyler Hicks committed Feb 21, 2011
1 parent 3d7f218 commit 9bad48b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 323ef68faf1bbd9b1e66aea268fd09d358d7e8ab
refs/heads/master: 55f9cf6bbaa682958a7dd2755f883b768270c3ce
2 changes: 2 additions & 0 deletions trunk/fs/ecryptfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,8 @@ int ecryptfs_getattr(struct vfsmount *mnt, struct dentry *dentry,
rc = vfs_getattr(ecryptfs_dentry_to_lower_mnt(dentry),
ecryptfs_dentry_to_lower(dentry), &lower_stat);
if (!rc) {
fsstack_copy_attr_all(dentry->d_inode,
ecryptfs_inode_to_lower(dentry->d_inode));
generic_fillattr(dentry->d_inode, stat);
stat->blocks = lower_stat.blocks;
}
Expand Down

0 comments on commit 9bad48b

Please sign in to comment.