Skip to content

Commit 8aeef9c

Browse files
Christoph Hellwiggregkh
authored andcommitted
mm: unexport follow_pte_pmd
commit 7336375 upstream. Patch series "simplify follow_pte a bit". This small series drops the not needed follow_pte_pmd exports, and simplifies the follow_pte family of functions a bit. This patch (of 2): follow_pte_pmd() is only used by the DAX code, which can't be modular. Link: https://lkml.kernel.org/r/20201029101432.47011-2-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8f86989 commit 8aeef9c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mm/memory.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4313,7 +4313,6 @@ int follow_pte_pmd(struct mm_struct *mm, unsigned long address,
43134313
ptepp, pmdpp, ptlp)));
43144314
return res;
43154315
}
4316-
EXPORT_SYMBOL(follow_pte_pmd);
43174316

43184317
/**
43194318
* follow_pfn - look up PFN at a user virtual address

0 commit comments

Comments
 (0)