On Wed, Dec 08, 2021 at 04:22:21AM +0000, Matthew Wilcox (Oracle) wrote: > Reimplement __delete_from_page_cache() as a wrapper around > __filemap_remove_folio() and delete_from_page_cache() as a wrapper > around filemap_remove_folio(). Remove the EXPORT_SYMBOL as > delete_from_page_cache() was not used by any in-tree modules. > Convert page_cache_free_page() into filemap_free_folio(). > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>