projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e6173c
)
mm: unexport apply_to_existing_page_range
author
Christoph Hellwig
<hch@lst.de>
Thu, 12 Dec 2024 07:34:23 +0000
(08:34 +0100)
committer
Andrew Morton
<akpm@linux-foundation.org>
Sun, 26 Jan 2025 04:22:18 +0000
(20:22 -0800)
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>
mm/memory.c
patch
|
blob
|
history
diff --git
a/mm/memory.c
b/mm/memory.c
index
90bda3d
..
1cee751
100644
(file)
--- 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