]> www.infradead.org Git - users/dwmw2/linux.git/commit
gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLY
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 19 Mar 2024 00:01:28 +0000 (01:01 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 28 May 2024 14:59:53 +0000 (16:59 +0200)
commit0a0383a93e5d28f2873a72b8378c2b36404e431e
treea72f16aff3c4b44e123f649826bf33f1d8fa5f9d
parent121e730112788ab9aceedfb38d59dae2dee83301
gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLY

The GLF_REPLY_PENDING flag indicates to glock_work_func() that in
response to a locking request, DLM has sent a reply that needs to be
processed.  A flag with that name could as well indicate that we are
waiting on a reply from DLM, however.  To disambiguate these two cases,
rename the flag to GLF_HAVE_REPLY.

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