On Wed, Dec 08, 2021 at 04:22:46AM +0000, Matthew Wilcox (Oracle) wrote: > Convert invalidate_complete_page2() to invalidate_complete_folio2(). > Use filemap_free_folio() to free the page instead of calling ->freepage > manually. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx> Although eventually we need to get rid of this silly *2 naming here.