]> Gentwo Git Trees - linux/.git/commit
Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 25 Jul 2025 19:40:45 +0000 (21:40 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:52:27 +0000 (23:52 +0000)
commit4cee5b0f7a82776dfcb33bc28b236a289d0e6b4c
treec4d98d6ac25313f1534a9a457e752845c6f59014
parent2aae092dc40f1ad16d3a47951b9d60c398e80129
Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/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/glops.c
fs/gfs2/incore.h
fs/gfs2/lock_dlm.c
fs/gfs2/sys.c