gfs2: No more gfs2_find_jhead caching
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 16 May 2025 00:58:02 +0000 (02:58 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 22 May 2025 07:12:27 +0000 (09:12 +0200)
commite320050eb75e914aa5e12de2a9ab830c9a2ce311
treed2db879fffc7e4d700c97981fe505d90a8b7766d
parent93bd5edbd6480e3466320ecf97a105f51249c474
gfs2: No more gfs2_find_jhead caching

We are no longer calling gfs2_find_jhead() on the same log twice, so
there is no more reason for keeping the log contents cached across those
calls.  In addition, log head lookup and log header writing didn't go
through the same address space and so the caching wasn't even fully
working, anyway.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glops.c
fs/gfs2/lops.c
fs/gfs2/lops.h
fs/gfs2/recovery.c
fs/gfs2/super.c
fs/gfs2/util.c