]> www.infradead.org Git - users/willy/xarray.git/commit
btrfs: convert cow_file_range_inline() to take a folio
authorJosef Bacik <josef@toxicpanda.com>
Fri, 26 Jul 2024 19:25:45 +0000 (15:25 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:15 +0000 (16:51 +0200)
commit9f5db28074ade4edf8cf081927134f7eebd912f3
tree27e36e088f83c5cbefcf00f63a61026304ee813c
parent2cdc1fbb1b1558b5ca1fe81d4fee723f09940bba
btrfs: convert cow_file_range_inline() to take a folio

Now that we want the folio in this function, convert it to take a folio
directly and use that.

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