]> Pileus Git - ~andy/linux/blobdiff - fs/cifs/smb1ops.c
Merge tag 'sunxi-fixes-for-3.14' of https://github.com/mripard/linux into fixes
[~andy/linux] / fs / cifs / smb1ops.c
index 3e4ff79e303128abe547562729e2844c747035f2..bfd66d84831eb827b93d8baa4f4b0c183dcdb084 100644 (file)
@@ -1071,6 +1071,10 @@ struct smb_version_operations smb1_operations = {
        .query_all_EAs = CIFSSMBQAllEAs,
        .set_EA = CIFSSMBSetEA,
 #endif /* CIFS_XATTR */
+#ifdef CONFIG_CIFS_ACL
+       .get_acl = get_cifs_acl,
+       .set_acl = set_cifs_acl,
+#endif /* CIFS_ACL */
 };
 
 struct smb_version_values smb1_values = {