net: remove a stale comment for dl_next
authorEric Dumazet <edumazet@google.com>
Fri, 19 Apr 2013 21:29:25 +0000 (14:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Apr 2013 19:55:48 +0000 (15:55 -0400)
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>

No differences found