]> git.ipfire.org Git - thirdparty/linux.git/commit
gfs2: Add GLF_PENDING_REPLY flag
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 24 Jan 2025 16:23:50 +0000 (17:23 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:38 +0000 (18:15 +0100)
commit8bbfde0875590b71f012bd8b0c9cb988c9a873b9
tree06f3e0405f189ed1553bb1798d2e0b651b402799
parent57882533923ce7842a21b8f5be14de861403dd26
gfs2: Add GLF_PENDING_REPLY flag

Introduce a new GLF_PENDING_REPLY flag to indicate that a reply from DLM
is expected.  Include that flag in glock dumps to show more clearly
what's going on.  (When the GLF_PENDING_REPLY flag is set, the GLF_LOCK
flag will also be set but the GLF_LOCK flag alone isn't sufficient to
tell that we are waiting for a DLM reply.)

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