From 8589c8c50467972d2913e4a674529068c0083767 Mon Sep 17 00:00:00 2001 From: Mel Gorman Date: Thu, 12 Jan 2012 17:19:22 -0800 Subject: [PATCH] --- yaml --- r: 284397 b: refs/heads/master c: a77ebd333cd810d7b680d544be88c875131c2bd3 h: refs/heads/master i: 284395: 3e4b9e1519499c77e3d7d9a6c0130b29d1dc9604 v: v3 --- [refs] | 2 +- trunk/mm/compaction.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 2c451c6dc776..cfdad72fda8c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea4d349ffa8028c655236497c2ba17c17aaa0d65 +refs/heads/master: a77ebd333cd810d7b680d544be88c875131c2bd3 diff --git a/trunk/mm/compaction.c b/trunk/mm/compaction.c index e6670c34eb49..396ea2b47f7e 100644 --- a/trunk/mm/compaction.c +++ b/trunk/mm/compaction.c @@ -349,9 +349,6 @@ static isolate_migrate_t isolate_migratepages(struct zone *zone, continue; } - if (!cc->sync) - mode |= ISOLATE_CLEAN; - /* Try isolate the page */ if (__isolate_lru_page(page, mode, 0) != 0) continue;