]> Gentwo Git Trees - linux/.git/commit
Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 25 Jul 2025 17:01:17 +0000 (19:01 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:52:26 +0000 (23:52 +0000)
commit2aae092dc40f1ad16d3a47951b9d60c398e80129
tree704b84c40434f9f99136a3305eb343830bf051ce
parent20b44ddbbb0712db15c6946eb94a9e240c1ba271
Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)

The current withdraw code duplicates the journal recovery code gfs2
already has for dealing with node failures, and it does so poorly.  That
code was added because when releasing a lockspace, we didn't have a way
to indicate that the lockspace needs recovery.  We now do have this
feature, so the current withdraw code can be removed almost entirely.
This is one of several steps towards that.

Reverts parts of commit 601ef0d52e96 ("gfs2: Force withdraw to replay
journals and wait for it to finish").

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c
fs/gfs2/glops.c
fs/gfs2/incore.h
fs/gfs2/lock_dlm.c
fs/gfs2/trace_gfs2.h
fs/gfs2/util.c