Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287678
b: refs/heads/master
c: 545d680
h: refs/heads/master
v: v3
  • Loading branch information
Tyler Hicks committed Feb 16, 2012
1 parent a8afe67 commit d6bce8a
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: 4a26620df451ad46151ad21d711ed43e963c004e
refs/heads/master: 545d680938be1e86a6c5250701ce9abaf360c495
2 changes: 2 additions & 0 deletions trunk/fs/ecryptfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,8 @@ ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value,
}

rc = vfs_setxattr(lower_dentry, name, value, size, flags);
if (!rc)
fsstack_copy_attr_all(dentry->d_inode, lower_dentry->d_inode);
out:
return rc;
}
Expand Down

0 comments on commit d6bce8a

Please sign in to comment.