Commit 3fb62c5d3fc1821f50c6003e582713857a520f6b

Authored by Eric Dumazet
Committed by David S. Miller
1 parent d4ae1f5e5e

net: remove a stale comment for dl_next

dl_next member in struct request_sock doesn't need to be first.

We expect to insert a "struct common_sock" or a subset of it,
so this claim had to be verified.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/net/request_sock.h
... ... @@ -48,7 +48,7 @@
48 48 /* struct request_sock - mini sock to represent a connection request
49 49 */
50 50 struct request_sock {
51   - struct request_sock *dl_next; /* Must be first member! */
  51 + struct request_sock *dl_next;
52 52 u16 mss;
53 53 u8 num_retrans; /* number of retransmits */
54 54 u8 cookie_ts:1; /* syncookie: encode tcpopts in timestamp */