commit | dc6c745447c57d115e48f23dbcad00c20c937cca | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Wed Jul 24 16:03:04 2024 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Sep 10 16:51:14 2024 +0200 |
tree | 1fdabf96ce8127435a1f18838867724178144cab | |
parent | a79228011c75f9123ba2dbfd010cba27ea87b973 [diff] |
btrfs: convert writepage_delalloc() to take a folio We already use a folio heavily in this function, pass the folio in directly and use it everywhere, only passing the page down to functions that do not take a folio yet. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>