]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/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, 28 Sep 2021 16:45:36 +0000 (12:45 -0400)
commitfc95ff62376c0db5e639cf18ecb90c3344f8dbbb
treed8974c0a6588184bed7f444835f75a7bf81c121a
parentff4e8e8104e17d523b0679716c625d18022cb679
mm/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>
mm/filemap.c