aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2022-03-24 18:09:40 -0700
committerLinus Torvalds <[email protected]>2022-03-24 19:06:45 -0700
commit1a9762b2d7a56e9926a22a627972423840a1aabb (patch)
treeff402c48fd4b65140fab77db5e567027e966cbd8
parent9c8a0a8e599f4a949ef18207ba495fb557dd1016 (diff)
mm: unexport page_init_poison
page_init_poison is only used in core MM code, so unexport it. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/debug.c b/mm/debug.c
index eeb7ea3ca292..bef329bf28f0 100644
--- a/mm/debug.c
+++ b/mm/debug.c
@@ -261,5 +261,4 @@ void page_init_poison(struct page *page, size_t size)
if (page_init_poisoning)
memset(page, PAGE_POISON_PATTERN, size);
}
-EXPORT_SYMBOL_GPL(page_init_poison);
#endif /* CONFIG_DEBUG_VM */