Skip to content

Commit

Permalink
mm: unexport vmf_insert_mixed_mkwrite
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Christoph Hellwig authored and akpm00 committed Jul 12, 2024
1 parent 8268614 commit cd1e0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd1e0da

Please sign in to comment.