]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: convert io_ctl_prepare_pages() to work on folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 21 Jan 2025 05:40:52 +0000 (05:40 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Mar 2025 13:44:43 +0000 (14:44 +0100)
commit8be4cb04cb909d940aa7408f668f0984e84fd5be
tree3abde08fa6facfe5d5ea364b6a959c60e314c404
parentb9967834ab727f4075b28d79cab881f0db8c3e5d
btrfs: convert io_ctl_prepare_pages() to work on folios

Retrieve folios instead of pages and work on them throughout.  Removes
a few calls to compound_head() and a reference to page->mapping.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/free-space-cache.c