btrfs: convert extent_write_locked_range() to use folios
authorJosef Bacik <josef@toxicpanda.com>
Wed, 24 Jul 2024 18:50:51 +0000 (14:50 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:13 +0000 (16:51 +0200)
commitc1deaa1438916f263abfa48b389ef0625c2806ee
treeadc8d101b8964fb7986a6fe3618e3c580b7bf55c
parentb8a6263eae0e4290fd699a0ff55eb3f3e121f498
btrfs: convert extent_write_locked_range() to use folios

Instead of using pages for everything, find a folio and use that.  This
makes things a bit cleaner as a lot of the functions calls here all take
folios.

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