The patch titled Subject: mm-compaction-enhance-compaction-finish-condition-fix has been removed from the -mm tree. Its filename was mm-compaction-enhance-compaction-finish-condition-fix.patch This patch was dropped because it was folded into mm-compaction-enhance-compaction-finish-condition.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-compaction-enhance-compaction-finish-condition-fix fix CONFIG_CMA=n build Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Zhang Yanfei <zhangyanfei@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/compaction.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN mm/compaction.c~mm-compaction-enhance-compaction-finish-condition-fix mm/compaction.c --- a/mm/compaction.c~mm-compaction-enhance-compaction-finish-condition-fix +++ a/mm/compaction.c @@ -1180,11 +1180,12 @@ static int __compact_finished(struct zon if (!list_empty(&area->free_list[migratetype])) return COMPACT_PARTIAL; +#ifdef CONFIG_CMA /* MIGRATE_MOVABLE can fallback on MIGRATE_CMA */ if (migratetype == MIGRATE_MOVABLE && !list_empty(&area->free_list[MIGRATE_CMA])) return COMPACT_PARTIAL; - +#endif /* * Job done if allocation would steal freepages from * other migratetype buddy lists. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch ocfs2-make-mlog_errno-return-the-errno.patch mm-migrate-mark-unmap_and_move-noinline-to-avoid-ice-in-gcc-473.patch mm-cma-release-trigger.patch mm-cma-allocation-trigger-fix.patch mm-compaction-enhance-compaction-finish-condition.patch page_writeback-cleanup-mess-around-cancel_dirty_page-checkpatch-fixes.patch mm-hide-per-cpu-lists-in-output-of-show_mem-fix.patch mm-clarify-__gfp_nofail-deprecation-status-checkpatch-fixes.patch mm-change-vunmap-to-tear-down-huge-kva-mappings-fix.patch mm-mempool-do-not-allow-atomic-resizing-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html