projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826a95e
)
cifs: trivial: remove obsolete comment
author
Jeff Layton
<jlayton@redhat.com>
Tue, 11 Oct 2011 10:41:32 +0000
(06:41 -0400)
committer
Steve French
<smfrench@gmail.com>
Thu, 13 Oct 2011 04:41:47 +0000
(23:41 -0500)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/connect.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index a0077a5e06691944a28738972160a8442c509a9e..6126fbeaecb6438fe138f89f8b9240d5d5dd7e35 100644
(file)
--- 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);