|
@@ -999,7 +999,7 @@ struct hlist_head *nf_ct_alloc_hashtable(int *sizep, int *vmalloced)
|
|
*vmalloced = 0;
|
|
*vmalloced = 0;
|
|
|
|
|
|
size = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_head));
|
|
size = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_head));
|
|
- hash = (void*)__get_free_pages(GFP_KERNEL,
|
|
|
|
|
|
+ hash = (void*)__get_free_pages(GFP_KERNEL|__GFP_NOWARN,
|
|
get_order(sizeof(struct hlist_head)
|
|
get_order(sizeof(struct hlist_head)
|
|
* size));
|
|
* size));
|
|
if (!hash) {
|
|
if (!hash) {
|