On 12.12.24 08:34, Christoph Hellwig wrote:
apply_to_existing_page_range is only used by non-modular code.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
mm/memory.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/memory.c b/mm/memory.c
index bdf77a3ec47b..a99f56d83cca 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -2999,7 +2999,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
Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>
--
Cheers,
David / dhildenb