From: Matthew Wilcox (Oracle) Date: Thu, 2 Apr 2020 04:05:03 +0000 (-0700) Subject: mm/filemap.c: unexport find_get_entry X-Git-Tag: v5.7-rc1~124^2~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83daf837884cc44c3cc0e4f8a096c5d1461cbcc2;p=thirdparty%2Fkernel%2Flinux.git mm/filemap.c: unexport find_get_entry No in-tree users (proc, madvise, memcg, mincore) can be built as a module. Signed-off-by: Matthew Wilcox (Oracle) Signed-off-by: Andrew Morton Reviewed-by: Christoph Hellwig Acked-by: Kirill A. Shutemov Cc: Aneesh Kumar K.V Cc: Pankaj Gupta Link: http://lkml.kernel.org/r/20200318140253.6141-8-willy@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/mm/filemap.c b/mm/filemap.c index f62aa9569e483..09c1cdec924ae 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -1536,7 +1536,6 @@ out: return page; } -EXPORT_SYMBOL(find_get_entry); /** * find_lock_entry - locate, pin and lock a page cache entry