]> Gentwo Git Trees - linux/.git/commit
Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/6)
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Aug 2025 21:43:12 +0000 (23:43 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:52:26 +0000 (23:52 +0000)
commit20b44ddbbb0712db15c6946eb94a9e240c1ba271
treecb260ed20b54e701e8cc3fc1f32df7731f731d9f
parent833c93caea00b0aef3e22a08fd20acacf212b6fc
Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/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/incore.h
fs/gfs2/ops_fstype.c
fs/gfs2/sys.c
fs/gfs2/util.c