From patchwork Mon Nov 20 00:24:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ronnie Sahlberg X-Patchwork-Id: 839380 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yg8dF266bz9s7M for ; Mon, 20 Nov 2017 11:25:37 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751190AbdKTAZg (ORCPT ); Sun, 19 Nov 2017 19:25:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57642 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbdKTAZg (ORCPT ); Sun, 19 Nov 2017 19:25:36 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 834576F6; Mon, 20 Nov 2017 00:25:36 +0000 (UTC) Received: from test1190.test.redhat.com (vpn2-54-107.bne.redhat.com [10.64.54.107]) by smtp.corp.redhat.com (Postfix) with ESMTP id D44C9600C8; Mon, 20 Nov 2017 00:25:35 +0000 (UTC) From: Ronnie Sahlberg To: linux-cifs Cc: Steve French Subject: [PATCH 00/10] cifs: Remove rfc1002 header from smb2 request structs Date: Mon, 20 Nov 2017 11:24:28 +1100 Message-Id: <20171120002447.32322-1-lsahlber@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 20 Nov 2017 00:25:36 +0000 (UTC) Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org 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@suse.com 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. --- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html