]> git.baikalelectronics.ru Git - kernel.git/commit
mm: unexport page_init_poison
authorChristoph Hellwig <hch@lst.de>
Fri, 25 Mar 2022 01:09:40 +0000 (18:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2022 02:06:45 +0000 (19:06 -0700)
commit3982b4a852d1f113d1139ab08d11d339400aafdc
treeff402c48fd4b65140fab77db5e567027e966cbd8
parente32a5e9cdba5ae78d40665dab948fe5464461304
mm: unexport page_init_poison

page_init_poison is only used in core MM code, so unexport it.

Link: https://lkml.kernel.org/r/20220207063446.1833404-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/debug.c