mm, compaction: split off flag for not updating skip hints
[linux-2.6-microblaze.git] / mm / compaction.c
index e8f5b4e..bb1188a 100644 (file)
@@ -295,7 +295,7 @@ static void update_pageblock_skip(struct compact_control *cc,
        struct zone *zone = cc->zone;
        unsigned long pfn;
 
-       if (cc->ignore_skip_hint)
+       if (cc->no_set_skip_hint)
                return;
 
        if (!page)