diff options
-rw-r--r-- | net/netfilter/ipvs/ip_vs_proto.c | 2 |
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 fdc82ad9cc0e..ca1647618081 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) | |||
199 | int * | 199 | int * |
200 | ip_vs_create_timeout_table(int *table, int size) | 200 | ip_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 | ||