Ecryptfs: no 3rd arg to fsstack_copy_attr_all
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 23 Nov 2013 00:19:45 +0000 (19:19 -0500)
committerErez 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

index 92a3eb5ef803888f4661eb9f0ee92f792ddd43ea..95bb405e76a1523dd300254e14616086fcfec5f1 100644 (file)
@@ -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;
 }