Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2218eab authored by Jeff Layton's avatar Jeff Layton Committed by Steve French
Browse files

cifs: trivial: remove obsolete comment

parent 826a95e4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -694,12 +694,6 @@ cifs_demultiplex_thread(void *p)
		 * 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);