ext4: Use a folio in ext4_page_mkwrite()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:25 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:52 +0000 (13:39 -0400)
commit9ea0e45bd2f6cbfba787360f5ba8e18deabb7671
treefb6dac2e95a8e59ff84b988f4440303f87f979a3
parent86b38c273cc68ce7b50649447d8ac0ddf3228026
ext4: Use a folio in ext4_page_mkwrite()

Convert to the folio API, saving a few calls to compound_head().

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