diff options
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index 97b0fcc79547..5ab6627cf370 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -1115,7 +1115,7 @@ static int __init dccp_init(void) | |||
1115 | 1115 | ||
1116 | BUILD_BUG_ON(sizeof(struct dccp_skb_cb) > | 1116 | BUILD_BUG_ON(sizeof(struct dccp_skb_cb) > |
1117 | FIELD_SIZEOF(struct sk_buff, cb)); | 1117 | FIELD_SIZEOF(struct sk_buff, cb)); |
1118 | rc = percpu_counter_init(&dccp_orphan_count, 0); | 1118 | rc = percpu_counter_init(&dccp_orphan_count, 0, GFP_KERNEL); |
1119 | if (rc) | 1119 | if (rc) |
1120 | goto out_fail; | 1120 | goto out_fail; |
1121 | rc = -ENOBUFS; | 1121 | rc = -ENOBUFS; |