]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: convert btrfs_readahead() to only use folio
authorJosef Bacik <josef@toxicpanda.com>
Tue, 23 Jul 2024 19:55:33 +0000 (15:55 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:12 +0000 (16:51 +0200)
commit03d6612648a48d0f5a60a013d4b583b4886807d2
tree78aa9a84fe0a163fc75158e0b9f2ff5f26434b37
parent45714ff75c3618a191a952ce96ec15724bd4fdb3
btrfs: convert btrfs_readahead() to only use folio

We're the only user of readahead_page_batch().  Convert
btrfs_readahead() to use the folio based helpers to do readahead.

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/extent_io.c