]> Gentwo Git Trees - linux/.git/commit
gfs2: Get rid of delayed withdraws
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Aug 2025 21:32:39 +0000 (23:32 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:51:47 +0000 (23:51 +0000)
commit8daf6c2b3d8ceea5559cceb8ed7e1275ee72a7be
tree33860133ec7b30ce855861318af4997b66ea68bc
parent9c4a3de6cd5b46aa743c460b86eb58fe5f93daec
gfs2: Get rid of delayed withdraws

Now that gfs2_withdraw() is asynchronous, is can be called in any
context and there is no more need for gfs2_withdraw_delayed() or for
turning delayed withdraws into actual withdraws.  Remove the
now-obsolete code.

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