From d16ad666fbcf75c8f47351e7442512cf82c6081e Mon Sep 17 00:00:00 2001 From: Mel Gorman Date: Thu, 12 Jan 2012 17:19:26 -0800 Subject: [PATCH] --- yaml --- r: 284398 b: refs/heads/master c: b16d3d5a5219d01e9be5e586e5d50fbf1ca955ea h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/compaction.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cfdad72fda8c..2a57cbb8070d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a77ebd333cd810d7b680d544be88c875131c2bd3 +refs/heads/master: b16d3d5a5219d01e9be5e586e5d50fbf1ca955ea diff --git a/trunk/mm/compaction.c b/trunk/mm/compaction.c index 396ea2b47f7e..d31e64becb38 100644 --- a/trunk/mm/compaction.c +++ b/trunk/mm/compaction.c @@ -668,6 +668,7 @@ static int compact_node(int nid) .nr_freepages = 0, .nr_migratepages = 0, .order = -1, + .sync = true, }; zone = &pgdat->node_zones[zoneid];