]> git.ipfire.org Git - thirdparty/linux.git/commit
gfs2: Use b_folio in gfs2_log_write_bh()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Feb 2025 13:34:39 +0000 (13:34 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:39 +0000 (18:15 +0100)
commit6576742b908456200d0cd1fa06036b75ebe3a0c0
tree9b63ca15fa5b878f4560dffb87fd3b095fdf2a1e
parent41a8e04c94b868023986ec35ca06756e31e1e229
gfs2: Use b_folio in gfs2_log_write_bh()

We are preparing to remove bh->b_page.  gfs2_log_write() should continue
to operate on pages as some of the memory being logged does not come
from folios, so convert from folio to page in this function.

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