filemap: Convert filemap_range_uptodate to folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 10 Mar 2021 16:04:19 +0000 (11:04 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 4 Jan 2022 18:15:34 +0000 (13:15 -0500)
commit2fa4eeb800c0f8279f396abde010360f48b4b1d4
tree3e691cd6bf864240d25eab18b05c3df72720df13
parenta5d4ad098528f5753340e7df1bf903fa2c03f599
filemap: Convert filemap_range_uptodate to folios

The only caller was already passing a head page, so this simply avoids
a call to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
mm/filemap.c