]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gfs2: Convert gfs2_find_jhead() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Feb 2025 13:34:44 +0000 (13:34 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:39 +0000 (18:15 +0100)
commit40829760096df1365f7e3f2768d0b594e3e6488f
tree4a1c1d2d0e72139dc2df8c969cf75168a027bd63
parente00307e8d4b2853ffd7835d4fdb7d6d8c696d189
gfs2: Convert gfs2_find_jhead() to use a folio

Remove a call to grab_cache_page() by using a folio throughout
this function.

[agruenba@redhat.com: Adjust to return value difference between
bio_add_page() and bio_add_folio().]

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