btrfs: convert btrfs_finish_ordered_extent() to take a folio
authorJosef Bacik <josef@toxicpanda.com>
Wed, 24 Jul 2024 19:53:18 +0000 (15:53 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:14 +0000 (16:51 +0200)
commitaef665d69ad15afaebdc2c32b3e58fc526ba6c3d
tree4f10f0631fd5b3988bc7b01835a30e8a0e87c98c
parent0a577636a9399d40c1da68fc61ebfbe21f793739
btrfs: convert btrfs_finish_ordered_extent() to take a folio

The callers and callee's of this now all use folios, update it to take a
folio as well.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/ordered-data.c
fs/btrfs/ordered-data.h