| Submitter | Pablo Neira |
|---|---|
| Date | May 8, 2012, 12:22 a.m. |
| Message ID | <1336436539-5880-10-git-send-email-pablo@netfilter.org> |
| Download | mbox | patch |
| Permalink | /patch/157538/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/net/netfilter/ipvs/ip_vs_lblcr.c b/net/netfilter/ipvs/ip_vs_lblcr.c index 7498756..00906ea 100644 --- a/net/netfilter/ipvs/ip_vs_lblcr.c +++ b/net/netfilter/ipvs/ip_vs_lblcr.c @@ -511,7 +511,7 @@ static int ip_vs_lblcr_init_svc(struct ip_vs_service *svc) /* * Allocate the ip_vs_lblcr_table for this service */ - tbl = kmalloc(sizeof(*tbl), GFP_ATOMIC); + tbl = kmalloc(sizeof(*tbl), GFP_KERNEL); if (tbl == NULL) return -ENOMEM;