[PATCH v3 28/34] mm: Remove page_mapping_file()

Matthew Wilcox (Oracle) posted 34 patches 3 years, 1 month ago
There is a newer version of this series
[PATCH v3 28/34] mm: Remove page_mapping_file()
Posted by Matthew Wilcox (Oracle) 3 years, 1 month ago
This function has no more users.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
---
 include/linux/pagemap.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h
index 1b1ba3d5100d..c21b3ad1068c 100644
--- a/include/linux/pagemap.h
+++ b/include/linux/pagemap.h
@@ -394,14 +394,6 @@ static inline struct address_space *page_file_mapping(struct page *page)
 	return folio_file_mapping(page_folio(page));
 }
 
-/*
- * For file cache pages, return the address_space, otherwise return NULL
- */
-static inline struct address_space *page_mapping_file(struct page *page)
-{
-	return folio_flush_mapping(page_folio(page));
-}
-
 /**
  * folio_inode - Get the host inode for this folio.
  * @folio: The folio.
-- 
2.39.1