]> www.infradead.org Git - users/willy/xarray.git/commit
ext4: convert ext4_da_do_write_end() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 14 Dec 2023 05:30:35 +0000 (05:30 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 10 Jan 2024 18:53:36 +0000 (13:53 -0500)
commit4d5cdd757d0c74924b629559fccb68d8803ce995
treec20a8432a26c6e991f3902550c6382a977e3c83d
parent7c784d624819acbeefb0018bac89e632467cca5a
ext4: convert ext4_da_do_write_end() to take a folio

There's nothing page-specific happening in ext4_da_do_write_end();
it's merely used for its refcount & lock, both of which are folio
properties.  Saves four calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20231214053035.1018876-1-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c