diff options
-rw-r--r-- | net/netfilter/ipvs/ip_vs_sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/ip_vs_sh.c b/net/netfilter/ipvs/ip_vs_sh.c index 91e97ee049be..05126521743e 100644 --- a/net/netfilter/ipvs/ip_vs_sh.c +++ b/net/netfilter/ipvs/ip_vs_sh.c | |||
@@ -162,7 +162,7 @@ static int ip_vs_sh_init_svc(struct ip_vs_service *svc) | |||
162 | 162 | ||
163 | /* allocate the SH table for this service */ | 163 | /* allocate the SH table for this service */ |
164 | tbl = kmalloc(sizeof(struct ip_vs_sh_bucket)*IP_VS_SH_TAB_SIZE, | 164 | tbl = kmalloc(sizeof(struct ip_vs_sh_bucket)*IP_VS_SH_TAB_SIZE, |
165 | GFP_ATOMIC); | 165 | GFP_KERNEL); |
166 | if (tbl == NULL) | 166 | if (tbl == NULL) |
167 | return -ENOMEM; | 167 | return -ENOMEM; |
168 | 168 | ||