* [merged] mm-filemap-remove-include-of-hardirqh.patch removed from -mm tree
@ 2018-02-01 19:31 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2018-02-01 19:31 UTC (permalink / raw)
To: mawilcox, mm-commits, yang.s
The patch titled
Subject: mm/filemap.c: remove include of hardirq.h
has been removed from the -mm tree. Its filename was
mm-filemap-remove-include-of-hardirqh.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: "Yang Shi" <yang.s@alibaba-inc.com>
Subject: mm/filemap.c: 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@alibaba-inc.com
Signed-off-by: Yang Shi <yang.s@alibaba-inc.com>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@alibaba-inc.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-01 19:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-01 19:31 [merged] mm-filemap-remove-include-of-hardirqh.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox