|
@@ -30,7 +30,7 @@
|
|
|
|
|
|
static gfp_t high_order_gfp_flags = (GFP_HIGHUSER | __GFP_ZERO | __GFP_NOWARN |
|
|
static gfp_t high_order_gfp_flags = (GFP_HIGHUSER | __GFP_ZERO | __GFP_NOWARN |
|
|
__GFP_NORETRY) & ~__GFP_RECLAIM;
|
|
__GFP_NORETRY) & ~__GFP_RECLAIM;
|
|
-static gfp_t low_order_gfp_flags = (GFP_HIGHUSER | __GFP_ZERO | __GFP_NOWARN);
|
|
|
|
|
|
+static gfp_t low_order_gfp_flags = (GFP_HIGHUSER | __GFP_ZERO);
|
|
static const unsigned int orders[] = {8, 4, 0};
|
|
static const unsigned int orders[] = {8, 4, 0};
|
|
|
|
|
|
static int order_to_index(unsigned int order)
|
|
static int order_to_index(unsigned int order)
|