gfs2: Convert gfs2_aspace_writepage() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 3 Apr 2024 17:23:51 +0000 (18:23 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 3 May 2024 19:01:02 +0000 (21:01 +0200)
commit50fabd42cb2fa02b727e7786fb80f6e172334066
tree2dd6b2e41890d5e9f30167a953f8101ec1519709
parentb844048011d3c771e7f8ae9354450f4e0c5c041a
gfs2: Convert gfs2_aspace_writepage() to use a folio

Convert the incoming struct page to a folio and use it throughout.
Saves six calls to compound_head().

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