cifs: trivial: remove obsolete comment
Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
parent
826a95e4a3
commit
e2218eab20
1 changed files with 0 additions and 6 deletions
|
@ -694,12 +694,6 @@ incomplete_rcv:
|
||||||
* The right amount was read from socket - 4 bytes,
|
* The right amount was read from socket - 4 bytes,
|
||||||
* so we can now interpret the length field.
|
* 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);
|
pdu_length = be32_to_cpu(smb_buffer->smb_buf_length);
|
||||||
|
|
||||||
cFYI(1, "rfc1002 length 0x%x", pdu_length+4);
|
cFYI(1, "rfc1002 length 0x%x", pdu_length+4);
|
||||||
|
|
Loading…
Add table
Reference in a new issue