]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mm: unexport vmf_insert_mixed_mkwrite
authorChristoph Hellwig <hch@lst.de>
Tue, 2 Jul 2024 07:23:27 +0000 (09:23 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Jul 2024 22:52:19 +0000 (15:52 -0700)
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>
mm/memory.c

index 0a769f34bbb2cc337f1eecdf68a4aca885d4710e..4bcd796195748c634b7decdd3cb0a87d63a1f856 100644 (file)
@@ -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