]> git.baikalelectronics.ru Git - kernel.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>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commit33db80adb0e17719ad5656c60724bcae896de406
treedf5d21544eadb52c5427e8e85a48c79cef820e7d
parent1f65069524142ff66f94a0dfd499ba69891efb80
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