aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/compaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/compaction.c b/mm/compaction.c
index 396ea2b47f7e..d31e64becb38 100644
--- a/mm/compaction.c
+++ b/mm/compaction.c
@@ -668,6 +668,7 @@ static int compact_node(int nid)
668 .nr_freepages = 0, 668 .nr_freepages = 0,
669 .nr_migratepages = 0, 669 .nr_migratepages = 0,
670 .order = -1, 670 .order = -1,
671 .sync = true,
671 }; 672 };
672 673
673 zone = &pgdat->node_zones[zoneid]; 674 zone = &pgdat->node_zones[zoneid];