diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 461003d258ba..86023b9be47f 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -3071,8 +3071,8 @@ void __init tcp_init(void) | |||
3071 | 3071 | ||
3072 | BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb)); | 3072 | BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb)); |
3073 | 3073 | ||
3074 | percpu_counter_init(&tcp_sockets_allocated, 0); | 3074 | percpu_counter_init(&tcp_sockets_allocated, 0, GFP_KERNEL); |
3075 | percpu_counter_init(&tcp_orphan_count, 0); | 3075 | percpu_counter_init(&tcp_orphan_count, 0, GFP_KERNEL); |
3076 | tcp_hashinfo.bind_bucket_cachep = | 3076 | tcp_hashinfo.bind_bucket_cachep = |
3077 | kmem_cache_create("tcp_bind_bucket", | 3077 | kmem_cache_create("tcp_bind_bucket", |
3078 | sizeof(struct inet_bind_bucket), 0, | 3078 | sizeof(struct inet_bind_bucket), 0, |