diff options
author | Jeff Layton <jlayton@redhat.com> | 2011-10-11 06:41:32 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2011-10-13 00:41:47 -0400 |
commit | e2218eab2050e879b253ca112aabd5f7167572af (patch) | |
tree | 56bf98f189471ebb393ac6d43bd19dac9c42c5c2 /fs/cifs/connect.c | |
parent | 826a95e4a33f3e9bfa0d31ab769d5b01130f7111 (diff) |
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.c | 6 |
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: | |||
694 | * The right amount was read from socket - 4 bytes, | 694 | * The right amount was read from socket - 4 bytes, |
695 | * so we can now interpret the length field. | 695 | * so we can now interpret the length field. |
696 | */ | 696 | */ |
697 | |||
698 | /* | ||
699 | * Note that RFC 1001 length is big endian on the wire, | ||
700 | * but we convert it here so it is always manipulated | ||
701 | * as host byte order. | ||
702 | */ | ||
703 | pdu_length = be32_to_cpu(smb_buffer->smb_buf_length); | 697 | pdu_length = be32_to_cpu(smb_buffer->smb_buf_length); |
704 | 698 | ||
705 | cFYI(1, "rfc1002 length 0x%x", pdu_length+4); | 699 | cFYI(1, "rfc1002 length 0x%x", pdu_length+4); |