diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index b219a7a7cd08..64b385f65930 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1775,7 +1775,7 @@ static int tcp_v4_init_sock(struct sock *sk) | |||
1775 | return 0; | 1775 | return 0; |
1776 | } | 1776 | } |
1777 | 1777 | ||
1778 | int tcp_v4_destroy_sock(struct sock *sk) | 1778 | void tcp_v4_destroy_sock(struct sock *sk) |
1779 | { | 1779 | { |
1780 | struct tcp_sock *tp = tcp_sk(sk); | 1780 | struct tcp_sock *tp = tcp_sk(sk); |
1781 | 1781 | ||
@@ -1819,8 +1819,6 @@ int tcp_v4_destroy_sock(struct sock *sk) | |||
1819 | } | 1819 | } |
1820 | 1820 | ||
1821 | atomic_dec(&tcp_sockets_allocated); | 1821 | atomic_dec(&tcp_sockets_allocated); |
1822 | |||
1823 | return 0; | ||
1824 | } | 1822 | } |
1825 | 1823 | ||
1826 | EXPORT_SYMBOL(tcp_v4_destroy_sock); | 1824 | EXPORT_SYMBOL(tcp_v4_destroy_sock); |