]> www.infradead.org Git - users/willy/pagecache.git/commit
gfs2: Convert gfs2_jhead_process_page() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 14 May 2022 01:21:11 +0000 (21:21 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:08 +0000 (08:51 -0400)
commitd862e2d593685f8a895202493f1a059932cdb0e0
treefad358a48d9749c03b22a1fefbc5a97f11edcf4d
parent71864cbf4617f06ff2434235049e9c3daa2806a6
gfs2: Convert gfs2_jhead_process_page() to use a folio

Use folio_put_refs() to perform only one atomic operation instead of two.
The other changes are straightforward conversions from page APIs to
their folio equivalents.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/gfs2/lops.c