The patch titled Subject: mm/userfaultfd.c: remove duplicate include has been added to the -mm tree. Its filename is mm-remove-duplicate-includes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-remove-duplicate-includes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-duplicate-includes.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Pravin Shedge <pravin.shedge4linux@xxxxxxxxx> Subject: mm/userfaultfd.c: remove duplicate include These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Link: http://lkml.kernel.org/r/1512580957-6071-1-git-send-email-pravin.shedge4linux@xxxxxxxxx Signed-off-by: Pravin Shedge <pravin.shedge4linux@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/userfaultfd.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/userfaultfd.c~mm-remove-duplicate-includes mm/userfaultfd.c --- a/mm/userfaultfd.c~mm-remove-duplicate-includes +++ a/mm/userfaultfd.c @@ -16,7 +16,6 @@ #include <linux/userfaultfd_k.h> #include <linux/mmu_notifier.h> #include <linux/hugetlb.h> -#include <linux/pagemap.h> #include <linux/shmem_fs.h> #include <asm/tlbflush.h> #include "internal.h" _ Patches currently in -mm which might be from pravin.shedge4linux@xxxxxxxxx are mm-remove-duplicate-includes.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