]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: Use b_folio in gfs2_submit_bhs()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Feb 2025 13:34:41 +0000 (13:34 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:39 +0000 (18:15 +0100)
commit072d732c055fc75e3e12f6ea190bbf453e0297f5
treefd3a44d280ca2156a89eb056d8afdb116009470f
parent3f2fc848be88470e585e41bb5379e4267e2ab720
gfs2: Use b_folio in gfs2_submit_bhs()

Remove a reference to bh->b_page which is going to be removed soon.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/meta_io.c