projects
/
unionfs-2.6.32.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0621ae5
)
Ecryptfs: no 3rd arg to fsstack_copy_attr_all
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 23 Nov 2013 00:19:45 +0000
(19:19 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 20 Jun 2014 00:42:17 +0000
(20:42 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/ecryptfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/ecryptfs/inode.c
b/fs/ecryptfs/inode.c
index 92a3eb5ef803888f4661eb9f0ee92f792ddd43ea..95bb405e76a1523dd300254e14616086fcfec5f1 100644
(file)
--- a/
fs/ecryptfs/inode.c
+++ b/
fs/ecryptfs/inode.c
@@
-1039,7
+1039,7
@@
ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value,
size, flags);
mutex_unlock(&lower_dentry->d_inode->i_mutex);
if (!rc)
- fsstack_copy_attr_all(dentry->d_inode, lower_dentry->d_inode
, NULL
);
+ fsstack_copy_attr_all(dentry->d_inode, lower_dentry->d_inode);
out:
return rc;
}