commit | b4545f46533b7e69cb20e05c9fe987be76e1a3da | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun Feb 13 16:38:07 2022 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Mar 21 12:59:02 2022 -0400 |
tree | 5a100229dd72f8bcbfffac9efa470edced0fa094 | |
parent | d6c75dc22c755c567838f12f12a16f2a323ebd4e [diff] |
mm/truncate: Convert __invalidate_mapping_pages() to use a folio Now we can call mapping_evict_folio() instead of invalidate_inode_page() and save a few calls to compound_head(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>