mm: enable CONFIG_COMPACTION by default
authorRik van Riel <riel@redhat.com>
Mon, 8 Oct 2012 23:33:03 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Oct 2012 07:22:53 +0000 (16:22 +0900)
commit05106e6a54aed321191b4bb5c9ee09538cbad3b1
treeba13b2981df91a994f15224d07485b90e6840a10
parenteab1eef9911c36966b5d5934e6970581b3316013
mm: enable CONFIG_COMPACTION by default

Now that lumpy reclaim has been removed, compaction is the only way left
to free up contiguous memory areas.  It is time to just enable
CONFIG_COMPACTION by default.

Signed-off-by: Rik van Riel <riel@redhat.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Acked-by: Rafael Aquini <aquini@redhat.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig