diff options
-rw-r--r-- | net/netfilter/ipvs/ip_vs_lblcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/ip_vs_lblcr.c b/net/netfilter/ipvs/ip_vs_lblcr.c index 9dcd39a48897..570e31ea427a 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) | |||
511 | /* | 511 | /* |
512 | * Allocate the ip_vs_lblcr_table for this service | 512 | * Allocate the ip_vs_lblcr_table for this service |
513 | */ | 513 | */ |
514 | tbl = kmalloc(sizeof(*tbl), GFP_ATOMIC); | 514 | tbl = kmalloc(sizeof(*tbl), GFP_KERNEL); |
515 | if (tbl == NULL) | 515 | if (tbl == NULL) |
516 | return -ENOMEM; | 516 | return -ENOMEM; |
517 | 517 | ||