The patch titled Subject: mm: filemap: remove include of hardirq.h has been added to the -mm tree. Its filename is mm-filemap-remove-include-of-hardirqh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-filemap-remove-include-of-hardirqh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-filemap-remove-include-of-hardirqh.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: "Yang Shi" <yang.s@xxxxxxxxxxxxxxx> Subject: mm: filemap: remove include of hardirq.h in_atomic() has been moved to include/linux/preempt.h, and the filemap.c doesn't use in_atomic() directly at all, so it sounds unnecessary to include hardirq.h. Link: http://lkml.kernel.org/r/1509985319-38633-1-git-send-email-yang.s@xxxxxxxxxxxxxxx Signed-off-by: Yang Shi <yang.s@xxxxxxxxxxxxxxx> Reviewed-by: Matthew Wilcox <mawilcox@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/filemap.c~mm-filemap-remove-include-of-hardirqh mm/filemap.c --- a/mm/filemap.c~mm-filemap-remove-include-of-hardirqh +++ a/mm/filemap.c @@ -31,7 +31,6 @@ #include <linux/blkdev.h> #include <linux/security.h> #include <linux/cpuset.h> -#include <linux/hardirq.h> /* for BUG_ON(!in_atomic()) only */ #include <linux/hugetlb.h> #include <linux/memcontrol.h> #include <linux/cleancache.h> _ Patches currently in -mm which might be from yang.s@xxxxxxxxxxxxxxx are mm-kmemleak-remove-unused-hardirqh.patch mm-filemap-remove-include-of-hardirqh.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