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

Convert this to take a folio and pass it into all of the various cleanup
functions.  Update the callers to pass in a folio instead.

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