| Submitter | Pablo Neira |
|---|---|
| Date | May 8, 2012, 12:22 a.m. |
| Message ID | <1336436539-5880-8-git-send-email-pablo@netfilter.org> |
| Download | mbox | patch |
| Permalink | /patch/157539/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/net/netfilter/ipvs/ip_vs_dh.c b/net/netfilter/ipvs/ip_vs_dh.c index 1a53a7a..8b7dca9 100644 --- a/net/netfilter/ipvs/ip_vs_dh.c +++ b/net/netfilter/ipvs/ip_vs_dh.c @@ -149,7 +149,7 @@ static int ip_vs_dh_init_svc(struct ip_vs_service *svc) /* allocate the DH table for this service */ tbl = kmalloc(sizeof(struct ip_vs_dh_bucket)*IP_VS_DH_TAB_SIZE, - GFP_ATOMIC); + GFP_KERNEL); if (tbl == NULL) return -ENOMEM;