The patch titled Subject: mm-page_alloc-un-inline-the-bad-part-of-free_pages_check-fix has been removed from the -mm tree. Its filename was mm-page_alloc-un-inline-the-bad-part-of-free_pages_check-fix.patch This patch was dropped because it was folded into mm-page_alloc-un-inline-the-bad-part-of-free_pages_check.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_alloc-un-inline-the-bad-part-of-free_pages_check-fix fix whitespace Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/page_alloc.c~mm-page_alloc-un-inline-the-bad-part-of-free_pages_check-fix mm/page_alloc.c --- a/mm/page_alloc.c~mm-page_alloc-un-inline-the-bad-part-of-free_pages_check-fix +++ a/mm/page_alloc.c @@ -830,6 +830,7 @@ static void free_pages_check_bad(struct #endif bad_page(page, bad_reason, bad_flags); } + static inline int free_pages_check(struct page *page) { if (likely(page_expected_state(page, PAGE_FLAGS_CHECK_AT_FREE))) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-nodemaskh-create-next_node_in-helper.patch mm-hugetlbc-use-first_memory_node.patch mm-mempolicyc-offset_il_node-document-and-clarify.patch mm-uninline-page_mapped.patch mm-page_alloc-un-inline-the-bad-part-of-free_pages_check.patch mm-page_alloc-defer-debugging-checks-of-freed-pages-until-a-pcp-drain-fix.patch mm-page_alloc-dont-duplicate-code-in-free_pcp_prepare-fix.patch mm-page_alloc-dont-duplicate-code-in-free_pcp_prepare-fix-fix.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