filemap: Convert find_get_entry to return a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 17 Dec 2020 05:12:26 +0000 (00:12 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 4 Jan 2022 18:15:33 +0000 (13:15 -0500)
commitf5e6429a51145178a3593ec83865a731fd7d01d3
treee10a2096edb952457dabbb10b261c0c59d4f8b16
parent452e9e6992fe058a650c81d01a9982e3faf10278
filemap: Convert find_get_entry to return a folio

Convert callers to cope.  Saves 580 bytes of kernel text; all five
callers are reduced in size.

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