]> Gentwo Git Trees - linux/.git/commit
Revert "gfs2: Allow some glocks to be used during withdraw"
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 4 Aug 2025 23:26:25 +0000 (01:26 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:52:27 +0000 (23:52 +0000)
commitaf572efef10a5fcfe686a413e53ad6a2bdd24603
treed66fda351113c14538999964a86f26fe594d4934
parent41ad1f7c8b0a63c782a844fd31c54f37e3438a80
Revert "gfs2: Allow some glocks to be used during withdraw"

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 commit a72d2401f54b ("gfs2: Allow some glocks to be used during
withdraw").

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