summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2011-10-11 10:41:32 (GMT)
committerSteve French <smfrench@gmail.com>2011-10-13 04:41:47 (GMT)
commite2218eab2050e879b253ca112aabd5f7167572af (patch)
tree56bf98f189471ebb393ac6d43bd19dac9c42c5c2 /fs/cifs/connect.c
parent826a95e4a33f3e9bfa0d31ab769d5b01130f7111 (diff)
downloadlinux-fsl-qoriq-e2218eab2050e879b253ca112aabd5f7167572af.tar.xz
cifs: trivial: remove obsolete comment
Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index a0077a5..6126fbe 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);