commit | 56a24a30a45603204bdee2f0fb280ee9eb723c11 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Tue Jul 23 17:06:03 2024 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Sep 10 16:51:13 2024 +0200 |
tree | 9065bebfb0179b396f500c2de4095fe4e3349dfb | |
parent | b35397d1d325f43a360489bb6f740b40668d7005 [diff] |
btrfs: convert btrfs_do_readpage() to only use a folio Now that the callers and helpers mostly use folio, convert btrfs_do_readpage to take a folio, and rename it to btrfs_do_read_folio. Update all of the page stuff to use the folio based helpers instead. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>