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;