From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronnie Sahlberg Subject: [PATCH 00/19 Version 4] cifs: remove rfc1002 from smb2 requests Date: Tue, 21 Nov 2017 11:04:23 +1100 Message-ID: <20171121000442.24888-1-lsahlber@redhat.com> Cc: Steve French To: linux-cifs Return-path: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Steve, All, Please find an updated version of the patch series to get rid of the rfc1002 header from all request structures in SMB2. Version 2: * changed SendReceive3 to smb2_send_recv * fixed a Buffer[1] error that aaptel@xxxxxxxx reported Version 3: * Change SMB2_read() to use smb2_send_recv instead of cifs_send_recv * Fix smb2_negotiate_req where we didnt update the total length to accomodate smb2 contexts. * Fix smb2_lease_ack where I forgot to bump total length by 12. Version 4: * Fix incorrect length in smb2_lockv