|
@@ -1920,8 +1920,7 @@ zonelist_scan:
|
|
* back to remote zones that do not partake in the
|
|
* back to remote zones that do not partake in the
|
|
* fairness round-robin cycle of this zonelist.
|
|
* fairness round-robin cycle of this zonelist.
|
|
*/
|
|
*/
|
|
- if ((alloc_flags & ALLOC_WMARK_LOW) &&
|
|
|
|
- (gfp_mask & GFP_MOVABLE_MASK)) {
|
|
|
|
|
|
+ if (alloc_flags & ALLOC_WMARK_LOW) {
|
|
if (zone_page_state(zone, NR_ALLOC_BATCH) <= 0)
|
|
if (zone_page_state(zone, NR_ALLOC_BATCH) <= 0)
|
|
continue;
|
|
continue;
|
|
if (zone_reclaim_mode &&
|
|
if (zone_reclaim_mode &&
|