]> www.infradead.org Git - users/willy/pagecache.git/commit
gfs2: Use b_folio in gfs2_trans_add_meta()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 25 Dec 2024 09:50:15 +0000 (04:50 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 13 Feb 2025 21:43:55 +0000 (16:43 -0500)
commit13a55c11b0a437190f7d2d8bb702a09071e59e56
tree14440c198c0b41dc94c30b1cf874101872427c93
parentb2fce96bfaa2f13f6d0c5ecf2754994a1c5a0b29
gfs2: Use b_folio in gfs2_trans_add_meta()

The lock bit is maintained on the folio, not on the page.  Saves two
calls to compound_head() as well as removing two references to
bh->b_page.

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