aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/ipvs/ip_vs_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/ip_vs_proto.c b/net/netfilter/ipvs/ip_vs_proto.c
index fdc82ad9cc0..ca164761808 100644
--- a/net/netfilter/ipvs/ip_vs_proto.c
+++ b/net/netfilter/ipvs/ip_vs_proto.c
@@ -199,7 +199,7 @@ void ip_vs_protocol_timeout_change(struct netns_ipvs *ipvs, int flags)
199int * 199int *
200ip_vs_create_timeout_table(int *table, int size) 200ip_vs_create_timeout_table(int *table, int size)
201{ 201{
202 return kmemdup(table, size, GFP_ATOMIC); 202 return kmemdup(table, size, GFP_KERNEL);
203} 203}
204 204
205 205