]> www.infradead.org Git - users/willy/xarray.git/commit
btrfs: convert struct async_chunk to hold a folio
authorJosef Bacik <josef@toxicpanda.com>
Wed, 24 Jul 2024 21:09:33 +0000 (17:09 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:15 +0000 (16:51 +0200)
commit3ed984b5d0cccdfe273e29bd19e588a704bc4b93
tree7875b9c4c296b110209082b19fcc1a65e6a3039b
parent2609c9289f423e3d2d4044ddace4a0fb1939e9c3
btrfs: convert struct async_chunk to hold a folio

Instead of passing in the page for ->locked_page, make it hold a
locked_folio and then update the users of async_chunk to act
accordingly.

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