The patch titled Subject: mm-page_alloc-count-movable-pages-when-stealing-from-pageblock-fix has been removed from the -mm tree. Its filename was mm-page_alloc-count-movable-pages-when-stealing-from-pageblock-fix.patch This patch was dropped because it was folded into mm-page_alloc-count-movable-pages-when-stealing-from-pageblock.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_alloc-count-movable-pages-when-stealing-from-pageblock-fix merge fix Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-page_alloc-count-movable-pages-when-stealing-from-pageblock-fix mm/page_alloc.c --- a/mm/page_alloc.c~mm-page_alloc-count-movable-pages-when-stealing-from-pageblock-fix +++ a/mm/page_alloc.c @@ -2013,7 +2013,7 @@ static void steal_suitable_fallback(stru } /* moving whole block can fail due to zone boundary conditions */ - if (!pages) + if (!free_pages) goto single_page; /* _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-count-movable-pages-when-stealing-from-pageblock.patch checkpatch-add-ability-to-find-bad-uses-of-vsprintf-%pfoo-extensions-fix.patch checkpatch-add-ability-to-find-bad-uses-of-vsprintf-%pfoo-extensions-fix-fix.patch taskstats-add-e-u-stime-for-tgid-command-fix.patch taskstats-add-e-u-stime-for-tgid-command-fix-fix.patch drm-use-set_memoryh-header-fix.patch drivers-staging-media-atomisp-pci-atomisp2-use-set_memoryh.patch docs-vm-transhuge-fix-few-trivial-typos-fix.patch dax-add-tracepoint-to-dax_writeback_one-fix.patch drivers-staging-ccree-ssi_hashc-fix-build-with-gcc-444.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