diff options
Diffstat (limited to 'fs/cifs')
-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); |