Skip to content

Commit cd1e0da

Browse files
Christoph Hellwigakpm00
authored andcommitted
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/[email protected] Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Alistair Popple <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 8268614 commit cd1e0da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mm/memory.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,7 +2533,6 @@ vm_fault_t vmf_insert_mixed_mkwrite(struct vm_area_struct *vma,
25332533
{
25342534
return __vm_insert_mixed(vma, addr, pfn, true);
25352535
}
2536-
EXPORT_SYMBOL(vmf_insert_mixed_mkwrite);
25372536

25382537
/*
25392538
* maps a range of physical memory into the requested pages. the old

0 commit comments

Comments
 (0)