btrfs: convert submit_uncompressed_range() to take a folio
authorJosef Bacik <josef@toxicpanda.com>
Wed, 24 Jul 2024 21:13:17 +0000 (17:13 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:16 +0000 (16:51 +0200)
commit0d1170681098c4747dd15d44741dc10e83229a58
tree1e532b21ee96dc992444dfceb3e4c56ba166abe6
parent3ed984b5d0cccdfe273e29bd19e588a704bc4b93
btrfs: convert submit_uncompressed_range() to take a folio

This mostly uses folios already, update it to take a folio and update
the rest of the function to use the folio instead of the page.

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/inode.c