mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-batch-radix-tree-operations-when-truncating-pages-fix-fix.patch removed from -mm tree
@ 2017-11-16  1:05 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-11-16  1:05 UTC (permalink / raw)
  To: akpm, jack, mm-commits


The patch titled
     Subject: mm-batch-radix-tree-operations-when-truncating-pages-fix-fix
has been removed from the -mm tree.  Its filename was
     mm-batch-radix-tree-operations-when-truncating-pages-fix-fix.patch

This patch was dropped because it was folded into mm-batch-radix-tree-operations-when-truncating-pages.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-batch-radix-tree-operations-when-truncating-pages-fix-fix

move struct pagevec forward declaration to top-of-file

To avoid possible duplication in the future.

Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/pagemap.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN include/linux/pagemap.h~mm-batch-radix-tree-operations-when-truncating-pages-fix-fix include/linux/pagemap.h
--- a/include/linux/pagemap.h~mm-batch-radix-tree-operations-when-truncating-pages-fix-fix
+++ a/include/linux/pagemap.h
@@ -16,6 +16,8 @@
 #include <linux/hardirq.h> /* for in_interrupt() */
 #include <linux/hugetlb_inline.h>
 
+struct pagevec;
+
 /*
  * Bits in mapping->flags.
  */
@@ -617,8 +619,6 @@ static inline int fault_in_pages_readabl
 	return 0;
 }
 
-struct pagevec;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-16  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16  1:05 [folded-merged] mm-batch-radix-tree-operations-when-truncating-pages-fix-fix.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;
as well as URLs for NNTP newsgroup(s).