From 387919ee88e718c715a1772192095032c5c2aac7 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 11 Oct 2011 06:41:32 -0400 Subject: [PATCH] --- yaml --- r: 269943 b: refs/heads/master c: e2218eab2050e879b253ca112aabd5f7167572af h: refs/heads/master i: 269941: a6e8b6443ed17f70887f241b935a2df0e6431ddf 269939: 2214bd8655005b81eb4d3562cf17d4cf2f3941c7 269935: 00398dbc2a6064a75df6c7dfd857552cd7b0a409 v: v3 --- [refs] | 2 +- trunk/fs/cifs/connect.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index f3b29698e32f..020c58d3c47c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 826a95e4a33f3e9bfa0d31ab769d5b01130f7111 +refs/heads/master: e2218eab2050e879b253ca112aabd5f7167572af diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index a0077a5e0669..6126fbeaecb6 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -694,12 +694,6 @@ cifs_demultiplex_thread(void *p) * 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);