diff options
author | Jeff Layton <jlayton@redhat.com> | 2011-10-11 06:41:32 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2011-10-12 23:41:47 -0500 |
commit | e2218eab2050e879b253ca112aabd5f7167572af (patch) | |
tree | 56bf98f189471ebb393ac6d43bd19dac9c42c5c2 /fs | |
parent | 826a95e4a33f3e9bfa0d31ab769d5b01130f7111 (diff) | |
download | linux-3.10-e2218eab2050e879b253ca112aabd5f7167572af.tar.gz linux-3.10-e2218eab2050e879b253ca112aabd5f7167572af.tar.bz2 linux-3.10-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')
-rw-r--r-- | 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 a0077a5e066..6126fbeaecb 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); |