From: Christoph Hellwig Date: Tue, 2 Jul 2024 07:23:27 +0000 (+0200) Subject: mm: unexport vmf_insert_mixed_mkwrite X-Git-Tag: block-6.11-20240726~15^2~30 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cd1e0dac3a3e57d86085eea95ab0cf3172950156;p=linux-block.git 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 Reviewed-by: Alistair Popple Reviewed-by: David Hildenbrand Signed-off-by: Andrew Morton --- 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