filemap: Use a folio in filemap_map_pages
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 13 Mar 2021 04:46:45 +0000 (23:46 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 4 Jan 2022 18:15:34 +0000 (13:15 -0500)
commit820b05e92bdf07de94bc52c17d935d9ca0a481b3
tree9025ad685cf35dc2b0269e9fcb49c0ab69d09880
parent9184a307768bf66af1f67d903d7b00725b7a6e8c
filemap: Use a folio in filemap_map_pages

Saves 61 bytes due to fewer calls 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