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>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commit240159077d007527324a1e245ecd78b10a2b0d36
treedf5d21544eadb52c5427e8e85a48c79cef820e7d
parent9bb88987bcb69243fdad03f1986de093a7702f7c
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