ext4: Convert mpage_submit_page() to mpage_submit_folio()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:06 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:50 +0000 (13:39 -0400)
commit81a0d3e126a0bb4300d1db259d89b839124f2cff
tree139bb4c87ec12744135f048d80ba473bc1778d08
parent4da2f6e3c45999e904de1edcd06c8533715cc1b5
ext4: Convert mpage_submit_page() to mpage_submit_folio()

All callers now have a folio so we can pass one in and use the folio
APIs to support large folios as well as save instructions by eliminating
calls to compound_head().

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