The patch titled Subject: mm-hwpoison-adjust-for-new-thp-refcounting-fix has been removed from the -mm tree. Its filename was mm-hwpoison-adjust-for-new-thp-refcounting-fix.patch This patch was dropped because it was folded into mm-hwpoison-adjust-for-new-thp-refcounting.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-hwpoison-adjust-for-new-thp-refcounting-fix remove unneeeeded #define, per Kirill Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/mm.h~mm-hwpoison-adjust-for-new-thp-refcounting-fix include/linux/mm.h --- a/include/linux/mm.h~mm-hwpoison-adjust-for-new-thp-refcounting-fix +++ a/include/linux/mm.h @@ -2218,7 +2218,6 @@ extern void memory_failure_queue(unsigne extern int unpoison_memory(unsigned long pfn); extern int get_hwpoison_page(struct page *page); #define put_hwpoison_page(page) put_page(page) -extern void put_hwpoison_page(struct page *page); extern int sysctl_memory_failure_early_kill; extern int sysctl_memory_failure_recovery; extern void shake_page(struct page *p, int access); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-dcacheh-remove-semicolons-from-hash_len_declare.patch fs-block_devc-bdev_write_page-use-blk_queue_enter-gfp_noio.patch mm-hwpoison-adjust-for-new-thp-refcounting.patch thp-reintroduce-split_huge_page-fix.patch mm-prepare-page_referenced-and-page_idle-to-new-thp-refcounting-checkpatch-fixes.patch thp-add-debugfs-handle-to-split-all-huge-pages-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