aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/xattr.c')
-rw-r--r--fs/cifs/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/xattr.c b/fs/cifs/xattr.c
index 2a22fb2989e4..fde15b1a1eb5 100644
--- a/fs/cifs/xattr.c
+++ b/fs/cifs/xattr.c
@@ -178,7 +178,7 @@ int cifs_setxattr(struct dentry *direntry, const char *ea_name,
178#ifdef CONFIG_CIFS_ACL 178#ifdef CONFIG_CIFS_ACL
179 memcpy(pacl, ea_value, value_size); 179 memcpy(pacl, ea_value, value_size);
180 rc = set_cifs_acl(pacl, value_size, 180 rc = set_cifs_acl(pacl, value_size,
181 direntry->d_inode, full_path); 181 direntry->d_inode, full_path, CIFS_ACL_DACL);
182 if (rc == 0) /* force revalidate of the inode */ 182 if (rc == 0) /* force revalidate of the inode */
183 CIFS_I(direntry->d_inode)->time = 0; 183 CIFS_I(direntry->d_inode)->time = 0;
184 kfree(pacl); 184 kfree(pacl);