]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: Use b_folio in gfs2_trans_add_meta()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Feb 2025 13:34:40 +0000 (13:34 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:39 +0000 (18:15 +0100)
commit3f2fc848be88470e585e41bb5379e4267e2ab720
tree80e2d1b78ad59905d36fb62a78904b38819b6bf1
parent6576742b908456200d0cd1fa06036b75ebe3a0c0
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>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/trans.c