diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index e77e7ae0bf2c..3e358cbb1247 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -487,11 +487,6 @@ static void tcp_keepalive_timer (unsigned long data) | |||
487 | goto death; | 487 | goto death; |
488 | } | 488 | } |
489 | 489 | ||
490 | if (tp->defer_tcp_accept.request && sk->sk_state == TCP_ESTABLISHED) { | ||
491 | tcp_send_active_reset(sk, GFP_ATOMIC); | ||
492 | goto death; | ||
493 | } | ||
494 | |||
495 | if (!sock_flag(sk, SOCK_KEEPOPEN) || sk->sk_state == TCP_CLOSE) | 490 | if (!sock_flag(sk, SOCK_KEEPOPEN) || sk->sk_state == TCP_CLOSE) |
496 | goto out; | 491 | goto out; |
497 | 492 | ||