* [folded-merged] mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages-v2.patch removed from -mm tree
@ 2023-02-03 5:44 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-02-03 5:44 UTC (permalink / raw)
To: mm-commits, pasha.tatashin, akpm
The quilt patch titled
Subject: mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages-v2
has been removed from the -mm tree. Its filename was
mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages-v2.patch
This patch was dropped because it was folded into mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages.patch
------------------------------------------------------
From: Pasha Tatashin <pasha.tatashin@soleen.com>
Subject: mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages-v2
Date: Wed, 18 Jan 2023 15:52:51 +0000
fix build with CONFIG_PAGE_EXTENSION=n
Link: https://lkml.kernel.org/r/20230118155251.2522985-1-pasha.tatashin@soleen.com
Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
--- a/include/linux/page_ext.h~mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages-v2
+++ a/include/linux/page_ext.h
@@ -29,6 +29,8 @@ struct page_ext_operations {
bool need_shared_flags;
};
+extern bool deferred_struct_pages;
+
#ifdef CONFIG_PAGE_EXTENSION
/*
@@ -54,7 +56,6 @@ struct page_ext {
unsigned long flags;
};
-extern bool deferred_struct_pages;
extern bool early_page_ext;
extern unsigned long page_ext_size;
extern void pgdat_page_ext_init(struct pglist_data *pgdat);
_
Patches currently in -mm which might be from pasha.tatashin@soleen.com are
mm-page_ext-do-not-allocate-space-for-page_ext-flags-if-not-needed.patch
mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-03 5:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-03 5:44 [folded-merged] mm-page_ext-init-page_ext-early-if-there-are-no-deferred-struct-pages-v2.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.