Merge branch 'akpm' (patchbomb from Andrew)
[firefly-linux-kernel-4.4.55.git] / fs / cifs / sess.c
index 446cb7fb3f58e481bd40cc74ba0eb63298b0acbe..bce6fdcd5d480c8b7acb30e8f4bb329f61900151 100644 (file)
@@ -46,7 +46,7 @@ static __u32 cifs_ssetup_hdr(struct cifs_ses *ses, SESSION_SETUP_ANDX *pSMB)
                                        CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4,
                                        USHRT_MAX));
        pSMB->req.MaxMpxCount = cpu_to_le16(ses->server->maxReq);
-       pSMB->req.VcNumber = __constant_cpu_to_le16(1);
+       pSMB->req.VcNumber = cpu_to_le16(1);
 
        /* Now no need to set SMBFLG_CASELESS or obsolete CANONICAL PATH */