diff options
-rw-r--r-- | net/ipv4/inet_connection_sock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c index 1ccdbba528be..fe32255a9808 100644 --- a/net/ipv4/inet_connection_sock.c +++ b/net/ipv4/inet_connection_sock.c | |||
@@ -632,6 +632,8 @@ void inet_csk_listen_stop(struct sock *sk) | |||
632 | 632 | ||
633 | acc_req = req->dl_next; | 633 | acc_req = req->dl_next; |
634 | 634 | ||
635 | percpu_counter_inc(sk->sk_prot->orphan_count); | ||
636 | |||
635 | local_bh_disable(); | 637 | local_bh_disable(); |
636 | bh_lock_sock(child); | 638 | bh_lock_sock(child); |
637 | WARN_ON(sock_owned_by_user(child)); | 639 | WARN_ON(sock_owned_by_user(child)); |
@@ -641,8 +643,6 @@ void inet_csk_listen_stop(struct sock *sk) | |||
641 | 643 | ||
642 | sock_orphan(child); | 644 | sock_orphan(child); |
643 | 645 | ||
644 | percpu_counter_inc(sk->sk_prot->orphan_count); | ||
645 | |||
646 | inet_csk_destroy_sock(child); | 646 | inet_csk_destroy_sock(child); |
647 | 647 | ||
648 | bh_unlock_sock(child); | 648 | bh_unlock_sock(child); |