summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorJeff Layton2011-10-11 12:41:32 +0200
committerSteve French2011-10-13 06:41:47 +0200
commite2218eab2050e879b253ca112aabd5f7167572af (patch)
tree56bf98f189471ebb393ac6d43bd19dac9c42c5c2 /fs/cifs/connect.c
parentcifs: consolidate signature generating code (diff)
downloadkernel-qcow2-linux-e2218eab2050e879b253ca112aabd5f7167572af.tar.gz
kernel-qcow2-linux-e2218eab2050e879b253ca112aabd5f7167572af.tar.xz
kernel-qcow2-linux-e2218eab2050e879b253ca112aabd5f7167572af.zip
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 a0077a5e0669..6126fbeaecb6 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);