[PATCH v2 1/5] mm/compaction: disallow high-order page for migration target

2014-02-13 Thread Joonsoo Kim
Purpose of compaction is to get a high order page. Currently, if we find high-order page while searching migration target page, we break it to order-0 pages and use them as migration target. It is contrary to purpose of compaction, so disallow high-order page to be used for migration target.

[PATCH v2 1/5] mm/compaction: disallow high-order page for migration target

2014-02-13 Thread Joonsoo Kim
Purpose of compaction is to get a high order page. Currently, if we find high-order page while searching migration target page, we break it to order-0 pages and use them as migration target. It is contrary to purpose of compaction, so disallow high-order page to be used for migration target.