Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm: unexport apply_to_existing_page_range

apply_to_existing_page_range() is only used by non-modular code.

Link: https://lkml.kernel.org/r/20241212073423.1439954-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>

authored by

Christoph Hellwig and committed by
Andrew Morton
ec838c7d 8e6173cc

-1
-1
mm/memory.c
··· 3082 3082 { 3083 3083 return __apply_to_page_range(mm, addr, size, fn, data, false); 3084 3084 } 3085 - EXPORT_SYMBOL_GPL(apply_to_existing_page_range); 3086 3085 3087 3086 /* 3088 3087 * handle_pte_fault chooses page fault handler according to an entry which was