gfs2: Minor comments fix
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 14 May 2025 19:53:00 +0000 (21:53 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 22 May 2025 07:12:27 +0000 (09:12 +0200)
commit91793971f3b6db17f234d875e70ebf921901dee4
treee50b4b323493b961ca1f65671c926d4a1853def3
parent5a90f8d499225512a385585ffe3e28f687263d47
gfs2: Minor comments fix

Commit 40829760096df ("gfs2: Convert gfs2_find_jhead() to use a folio")
replaced grab_cache_page() by filemap_grab_folio(), but the comments
were still referring to grab_cache_page().

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/lops.c