]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: convert __extent_writepage_io() to take a folio
authorJosef Bacik <josef@toxicpanda.com>
Wed, 24 Jul 2024 18:38:01 +0000 (14:38 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:13 +0000 (16:51 +0200)
commitb8a6263eae0e4290fd699a0ff55eb3f3e121f498
treea28da9ec9e28ee04858c06144216bbb8ffc8707b
parent9e97e8b277a2235bbb562a4feb6f1216fb52d1b1
btrfs: convert __extent_writepage_io() to take a folio

__extent_writepage_io uses page everywhere, but a lot of these functions
take a folio.  Convert it to use the folio based helpers, and then
change it to take a folio as an argument and update its callers.

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