memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}
[firefly-linux-kernel-4.4.55.git] / fs / cifs / smb2pdu.c
index 0ca7f636475440fcd1ad2f9cf22e50c5bdff2140..3417340bf89e677fe0c46bf98cf922dd39d29a3a 100644 (file)
@@ -1358,7 +1358,7 @@ SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
        char *ret_data = NULL;
 
        fsctl_input.CompressionState =
-                       __constant_cpu_to_le16(COMPRESSION_FORMAT_DEFAULT);
+                       cpu_to_le16(COMPRESSION_FORMAT_DEFAULT);
 
        rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid,
                        FSCTL_SET_COMPRESSION, true /* is_fsctl */,