memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}
[firefly-linux-kernel-4.4.55.git] / fs / cifs / cifsacl.c
index 6d00c419cbae0b54016ba997f55baf1ac7c54956..1ea780bc6376ed00fe39d211b82ea01c30f2ad57 100644 (file)
@@ -38,7 +38,7 @@ static const struct cifs_sid sid_everyone = {
        1, 1, {0, 0, 0, 0, 0, 1}, {0} };
 /* security id for Authenticated Users system group */
 static const struct cifs_sid sid_authusers = {
-       1, 1, {0, 0, 0, 0, 0, 5}, {__constant_cpu_to_le32(11)} };
+       1, 1, {0, 0, 0, 0, 0, 5}, {cpu_to_le32(11)} };
 /* group users */
 static const struct cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {} };