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 541f26a67ba2..d59c2604c247 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -3188,8 +3188,8 @@ void __init tcp_init(void) | |||
3188 | 3188 | ||
3189 | BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb)); | 3189 | BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb)); |
3190 | 3190 | ||
3191 | percpu_counter_init(&tcp_sockets_allocated, 0); | 3191 | percpu_counter_init(&tcp_sockets_allocated, 0, GFP_KERNEL); |
3192 | percpu_counter_init(&tcp_orphan_count, 0); | 3192 | percpu_counter_init(&tcp_orphan_count, 0, GFP_KERNEL); |
3193 | tcp_hashinfo.bind_bucket_cachep = | 3193 | tcp_hashinfo.bind_bucket_cachep = |
3194 | kmem_cache_create("tcp_bind_bucket", | 3194 | kmem_cache_create("tcp_bind_bucket", |
3195 | sizeof(struct inet_bind_bucket), 0, | 3195 | sizeof(struct inet_bind_bucket), 0, |