aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r--mm/vmscan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 10ebd74a423c..8320d115c85d 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -2377,7 +2377,8 @@ loop_again:
2377 * would ordinarily call try_to_compact_pages() 2377 * would ordinarily call try_to_compact_pages()
2378 */ 2378 */
2379 if (sc.order > PAGE_ALLOC_COSTLY_ORDER) 2379 if (sc.order > PAGE_ALLOC_COSTLY_ORDER)
2380 compact_zone_order(zone, sc.order, sc.gfp_mask); 2380 compact_zone_order(zone, sc.order, sc.gfp_mask,
2381 false);
2381 2382
2382 if (!zone_watermark_ok_safe(zone, order, 2383 if (!zone_watermark_ok_safe(zone, order,
2383 high_wmark_pages(zone), end_zone, 0)) { 2384 high_wmark_pages(zone), end_zone, 0)) {