]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: Convert gfs2_meta_read_endio() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Feb 2025 13:34:46 +0000 (13:34 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:39 +0000 (18:15 +0100)
commit0776a508d1d4480d23873ccbee336123c992ff6e
tree7b5e54ba37dba651aedab28cfb05cf298c1db4c1
parent536da2a440b58d4f9aed963364a2921a41bec03d
gfs2: Convert gfs2_meta_read_endio() to use a folio

Switch from bio_for_each_segment_all() to bio_for_each_folio_all()
which removes a call to page_buffers().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/meta_io.c