diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 6240834f4b95..f00a85a3fddd 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -1341,7 +1341,7 @@ static __init int sctp_init(void) | |||
1341 | if (!sctp_chunk_cachep) | 1341 | if (!sctp_chunk_cachep) |
1342 | goto err_chunk_cachep; | 1342 | goto err_chunk_cachep; |
1343 | 1343 | ||
1344 | status = percpu_counter_init(&sctp_sockets_allocated, 0); | 1344 | status = percpu_counter_init(&sctp_sockets_allocated, 0, GFP_KERNEL); |
1345 | if (status) | 1345 | if (status) |
1346 | goto err_percpu_counter_init; | 1346 | goto err_percpu_counter_init; |
1347 | 1347 | ||