The patch titled Subject: mm, thp: remove duplication of included header has been removed from the -mm tree. Its filename was mm-make-optimistic-check-for-swapin-readahead-fix-3.patch This patch was dropped because it was folded into mm-make-optimistic-check-for-swapin-readahead.patch ------------------------------------------------------ From: Ebru Akagunduz <ebru.akagunduz@xxxxxxxxx> Subject: mm, thp: remove duplication of included header swapops.h included for a second time in the commit: http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=639040960a340f6f987065fc52e149f4ea25ce25 This patch removes the duplication. Link: http://lkml.kernel.org/r/1464335964-6510-2-git-send-email-ebru.akagunduz@xxxxxxxxx Signed-off-by: Ebru Akagunduz <ebru.akagunduz@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/huge_memory.c~mm-make-optimistic-check-for-swapin-readahead-fix-3 mm/huge_memory.c --- a/mm/huge_memory.c~mm-make-optimistic-check-for-swapin-readahead-fix-3 +++ a/mm/huge_memory.c @@ -30,7 +30,6 @@ #include <linux/hashtable.h> #include <linux/userfaultfd_k.h> #include <linux/page_idle.h> -#include <linux/swapops.h> #include <asm/tlb.h> #include <asm/pgalloc.h> _ Patches currently in -mm which might be from ebru.akagunduz@xxxxxxxxx are mm-make-optimistic-check-for-swapin-readahead.patch mm-make-swapin-readahead-to-improve-thp-collapse-rate.patch mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-ks.patch mm-thp-fix-locking-inconsistency-in-collapse_huge_page.patch mm-thp-fix-comment-inconsistency-for-swapin-readahead-functions.patch mm-thp-convert-from-optimistic-swapin-collapsing-to-conservative.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