ipvs: DH scheduler does not need GFP_ATOMIC allocation
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / netfilter / ipvs / ip_vs_dh.c
index 1a53a7a..8b7dca9 100644 (file)
@@ -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;