ext4: Use a folio in ext4_journalled_write_end()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:18 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:51 +0000 (13:39 -0400)
commitfeb22b77b855a6529675b4e998970ab461c0f446
tree3c69f9e6567a34ab6e5bfde6a01cfd2235a9094b
parent64fb31367598188a0a230b81c6f4397fa71fd033
ext4: Use a folio in ext4_journalled_write_end()

Convert the incoming page to a folio to remove a few 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-19-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c