]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
btrfs: convert run_delalloc_nocow() to take a folio
authorJosef Bacik <josef@toxicpanda.com>
Wed, 24 Jul 2024 20:42:23 +0000 (16:42 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:15 +0000 (16:51 +0200)
commit42a5947b1c21d2cd156607058f0b844012ac7b6e
treec2d1ea7f5141b7e18bc9ee27f0b81554447a549b
parent39bbc56a9cb135a32d29ea534a9f219c4c406ea7
btrfs: convert run_delalloc_nocow() to take a folio

Now all of the functions that use locked_page in run_delalloc_nocow take
a folio, update it to take a folio and update the caller.

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