]> Gentwo Git Trees - linux/.git/commit
Revert "gfs2: fix infinite loop when checking ail item count before go_inval"
authorAndreas Gruenbacher <agruenba@redhat.com>
Sat, 9 Aug 2025 20:04:00 +0000 (22:04 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:52:27 +0000 (23:52 +0000)
commit655531c95be333cb979fb58f6825ddae40455c13
tree3c59e86441196f9df2fb5d8e77caf92d9d7e483b
parentaf572efef10a5fcfe686a413e53ad6a2bdd24603
Revert "gfs2: fix infinite loop when checking ail item count before go_inval"

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 33dbd1e41a1d ("gfs2: fix infinite loop when checking ail
item count before go_inval").

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