ext4: Convert mext_page_mkuptodate() to take a folio
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:27 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:52 +0000 (13:39 -0400)
commit3060b6ef05603cf3c05b2b746f739b0169bd75f9
treeb70ee86fe57f3c3c7cc17447eaaa069864ef7f76
parentf2b229a8c6c2633c35cb7446cfabea5a6f721edc
ext4: Convert mext_page_mkuptodate() to take a folio

Use a folio throughout.  Does not support large folios due to
an array sized for MAX_BUF_PER_PAGE, but it does remove a few
calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20230324180129.1220691-28-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/move_extent.c