]> www.infradead.org Git - users/willy/pagecache.git/commit
gfs2: Use b_folio in gfs2_check_magic()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 25 Dec 2024 09:59:32 +0000 (04:59 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 13 Feb 2025 21:43:55 +0000 (16:43 -0500)
commit67606c0625d7ede0f2980d066b468ae57cbc2154
tree1f507fc786a4d20ed8eef538d46b88396e5f0b0c
parent004b8b9cbc2354b311b8ba396c217e76d7a74acb
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>
fs/gfs2/lops.c