]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/cifs/smb2pdu.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / fs / cifs / smb2pdu.c
index b0b260dbb19dff021ad124fbad81322f51b8b69e..a9b03c247b0f9291ec7737effd26c2fbb8457362 100644 (file)
@@ -1369,7 +1369,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 */,