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

Remove a few calls to compound_head().

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