From patchwork Sat Aug 20 01:55:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 1082062 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p7K1tjDU012305 for ; Sat, 20 Aug 2011 01:55:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752766Ab1HTBzp (ORCPT ); Fri, 19 Aug 2011 21:55:45 -0400 Received: from mail-yi0-f46.google.com ([209.85.218.46]:55165 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751156Ab1HTBzp (ORCPT ); Fri, 19 Aug 2011 21:55:45 -0400 Received: by yie30 with SMTP id 30so2600603yie.19 for ; Fri, 19 Aug 2011 18:55:44 -0700 (PDT) Received: by 10.101.213.23 with SMTP id p23mr17811anq.126.1313805344376; Fri, 19 Aug 2011 18:55:44 -0700 (PDT) Received: from salusa.poochiereds.net (cpe-075-177-182-191.nc.res.rr.com [75.177.182.191]) by mx.google.com with ESMTPS id b5sm3122509anm.21.2011.08.19.18.55.43 (version=SSLv3 cipher=OTHER); Fri, 19 Aug 2011 18:55:43 -0700 (PDT) From: Jeff Layton To: smfrench@gmail.com Cc: piastryyy@gmail.com, linux-cifs@vger.kernel.org Subject: [PATCH 01/14] cifs: trivial: remove obsolete comment Date: Fri, 19 Aug 2011 21:55:26 -0400 Message-Id: <1313805339-1233-2-git-send-email-jlayton@redhat.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: <1313805339-1233-1-git-send-email-jlayton@redhat.com> References: <1313805339-1233-1-git-send-email-jlayton@redhat.com> Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sat, 20 Aug 2011 01:55:45 +0000 (UTC) Signed-off-by: Jeff Layton --- fs/cifs/connect.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 0ffba09..55efd1d 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -694,12 +694,6 @@ incomplete_rcv: * The right amount was read from socket - 4 bytes, * so we can now interpret the length field. */ - - /* - * Note that RFC 1001 length is big endian on the wire, - * but we convert it here so it is always manipulated - * as host byte order. - */ pdu_length = be32_to_cpu(smb_buffer->smb_buf_length); cFYI(1, "rfc1002 length 0x%x", pdu_length+4);