commit | 10cbc8f179177c1a6d5f56a46ebddc8f602ce5ac | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Oct 02 11:43:36 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 03 04:32:43 2015 -0700 |
tree | bf85cccd8ce732549605df96d909908d03e5932d | |
parent | ca6fb06518836ef9b65dc0aac02ff97704d52a05 [diff] |
tcp/dccp: remove struct listen_sock It is enough to check listener sk_state, no need for an extra condition. max_qlen_log can be moved into struct request_sock_queue We can remove syn_wait_lock and the alignment it enforced. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>