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

We are preparing to remove bh->b_page.  Use kmap_local_folio() instead
of kmap_local_page().

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