]> www.infradead.org Git - users/dwmw2/linux.git/commit
gfs2: Rename GLF_FREEING to GLF_UNLOCKED
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 18 Mar 2024 19:43:17 +0000 (20:43 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 28 May 2024 14:59:53 +0000 (16:59 +0200)
commit121e730112788ab9aceedfb38d59dae2dee83301
tree7111dfba4283cdc2313611b9a991f62ce95d8fd9
parent932a9052dc731d99865d478043e84b52937b8d54
gfs2: Rename GLF_FREEING to GLF_UNLOCKED

Rename the GLF_FREEING flag to GLF_UNLOCKED, and the ->go_free glock
operation to ->go_unlocked.  This mechanism is used to wait for the
underlying DLM lock to be unlocked; being able to free the glock is a
consequence of the DLM lock being unlocked.

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