ext4: Convert mpage_page_done() to mpage_folio_done()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:07 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:51 +0000 (13:39 -0400)
commit33483b3b6ee4328f37c3dcf702ba979e6a00bf8f
treedd8848f143f93b73ee501e795dd0d6d1c93ed42f
parent81a0d3e126a0bb4300d1db259d89b839124f2cff
ext4: Convert mpage_page_done() to mpage_folio_done()

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
a call to compound_head().

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