Neal Cardwell d06c3583c2 tcp: remove extra POLL_OUT added for finished active connect()
Commit 45f119bf936b ("tcp: remove header prediction") introduced a
minor bug: the sk_state_change() and sk_wake_async() notifications for
a completed active connection happen twice: once in this new spot
inside tcp_finish_connect() and once in the existing code in
tcp_rcv_synsent_state_process() immediately after it calls
tcp_finish_connect(). This commit remoes the duplicate POLL_OUT
notifications.

Fixes: 45f119bf936b ("tcp: remove header prediction")
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Cc: Florian Westphal <fw@strlen.de>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-03 09:30:47 -07:00
..
2017-05-21 13:42:36 -04:00
2017-01-13 22:37:16 -05:00
2017-06-15 12:12:40 -04:00
2017-07-31 14:37:50 -07:00
2017-07-31 14:37:49 -07:00
2017-07-31 14:37:49 -07:00
2017-05-21 13:42:36 -04:00
2017-07-31 14:37:49 -07:00
2017-07-31 14:37:50 -07:00
2017-07-29 14:19:03 -07:00
2017-02-15 11:04:11 +01:00
2017-07-18 11:13:41 -07:00
2017-01-10 10:57:12 +01:00