|
@@ -5342,11 +5342,6 @@ void tcp_finish_connect(struct sock *sk, struct sk_buff *skb)
|
|
|
|
|
|
if (sock_flag(sk, SOCK_KEEPOPEN))
|
|
|
inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp));
|
|
|
-
|
|
|
- if (!sock_flag(sk, SOCK_DEAD)) {
|
|
|
- sk->sk_state_change(sk);
|
|
|
- sk_wake_async(sk, SOCK_WAKE_IO, POLL_OUT);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
static bool tcp_rcv_fastopen_synack(struct sock *sk, struct sk_buff *synack,
|