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 918577595ea8..37b3799d948c 100644
--- a/mm/compaction.c
+++ b/mm/compaction.c
@@ -1186,6 +1186,7 @@ static void compact_node(int nid)
1186 struct compact_control cc = { 1186 struct compact_control cc = {
1187 .order = -1, 1187 .order = -1,
1188 .sync = true, 1188 .sync = true,
1189 .ignore_skip_hint = true,
1189 }; 1190 };
1190 1191
1191 __compact_pgdat(NODE_DATA(nid), &cc); 1192 __compact_pgdat(NODE_DATA(nid), &cc);