diff options
author | Christoph Hellwig <hch@lst.de> | 2024-12-12 08:34:23 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-01-25 20:22:18 -0800 |
commit | ec838c7da584529bb74c8123fcea6f5f122b2128 (patch) | |
tree | e9555965931c62020e35bf98f37d15824b3ff573 /mm/memory.c | |
parent | 8e6173ccf7b87c1f855e1ad3d94fd50c51d1f46b (diff) |
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>
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 90bda3de2191..1cee7517d21f 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -3082,7 +3082,6 @@ int apply_to_existing_page_range(struct mm_struct *mm, unsigned long addr, { return __apply_to_page_range(mm, addr, size, fn, data, false); } -EXPORT_SYMBOL_GPL(apply_to_existing_page_range); /* * handle_pte_fault chooses page fault handler according to an entry which was |