| Submitter | Pablo Neira |
|---|---|
| Date | May 8, 2012, 7:49 a.m. |
| Message ID | <1336463394-3119-11-git-send-email-pablo@netfilter.org> |
| Download | mbox | patch |
| Permalink | /patch/157601/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/net/netfilter/ipvs/ip_vs_sh.c b/net/netfilter/ipvs/ip_vs_sh.c index 91e97ee..0512652 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) /* allocate the SH table for this service */ tbl = kmalloc(sizeof(struct ip_vs_sh_bucket)*IP_VS_SH_TAB_SIZE, - GFP_ATOMIC); + GFP_KERNEL); if (tbl == NULL) return -ENOMEM;