]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: convert btrfs_run_delalloc_range() to take a folio
authorJosef Bacik <josef@toxicpanda.com>
Wed, 24 Jul 2024 20:56:32 +0000 (16:56 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:15 +0000 (16:51 +0200)
commit2609c9289f423e3d2d4044ddace4a0fb1939e9c3
tree8bc2613dcc99fe07bb37a3766ed131ef8bc4a8a5
parentd9c750272d94792266b3f0c816d3a927e964bc78
btrfs: convert btrfs_run_delalloc_range() to take a folio

Now that every function that btrfs_run_delalloc_range calls takes a
folio, update it to take a folio and update the callers.

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/btrfs_inode.h
fs/btrfs/extent_io.c
fs/btrfs/inode.c