btrfs: convert wait_subpage_spinlock() to only use a folio
authorJosef Bacik <josef@toxicpanda.com>
Thu, 25 Jul 2024 00:20:24 +0000 (20:20 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:16 +0000 (16:51 +0200)
commitdfc9e3017aa71211a11d0b479552af6ee3f9d9b2
tree913d7e982440fee786a84444fc229a2d77495a8f
parent1a48259d9b6a4331a932700cc884681433b26244
btrfs: convert wait_subpage_spinlock() to only use a folio

Currently this already uses a folio for most things, update it to take a
folio and update all the page usage with the corresponding folio usage.

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