diff options
author | Christoph Hellwig <hch@lst.de> | 2024-07-02 09:23:27 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-07-12 15:52:19 -0700 |
commit | cd1e0dac3a3e57d86085eea95ab0cf3172950156 (patch) | |
tree | 986301ce023a13f22d248f0a89b0aa1658683983 /mm | |
parent | 8268614b408be6b76c1cee6f67de7deb0d6593b3 (diff) | |
download | linux-stable-cd1e0dac3a3e57d86085eea95ab0cf3172950156.tar.gz linux-stable-cd1e0dac3a3e57d86085eea95ab0cf3172950156.tar.bz2 linux-stable-cd1e0dac3a3e57d86085eea95ab0cf3172950156.zip |
mm: unexport vmf_insert_mixed_mkwrite
vmf_insert_mixed_mkwrite is only used by the built-in DAX code.
Link: https://lkml.kernel.org/r/20240702072327.1640911-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alistair Popple <apopple@nvidia.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm')
-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 0a769f34bbb2..4bcd79619574 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -2533,7 +2533,6 @@ vm_fault_t vmf_insert_mixed_mkwrite(struct vm_area_struct *vma, { return __vm_insert_mixed(vma, addr, pfn, true); } -EXPORT_SYMBOL(vmf_insert_mixed_mkwrite); /* * maps a range of physical memory into the requested pages. the old |