ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 21 Sep 2023 19:06:01 +0000 (15:06 -0400)
committerJan Kara <jack@suse.cz>
Wed, 25 Oct 2023 18:31:51 +0000 (20:31 +0200)
commit82dd620653b322a908db2d4741bbf64c12cbdb54
treedef3431f8559693930a005c5fbc6240d4d6c81ea
parentda3a849a5cc012f932d956cf6f4656c0de38c729
ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to folios

All callers now have a folio, so pass it in.  Saves one call to
compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/dir.c