]> Gentwo Git Trees - 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>
Fri, 24 Jan 2025 16:23:50 +0000 (17:23 +0100)
commitbcbda32b49d13d2f018a3453e51910c97775f0a8
tree14a105b5e015a4b548fb1a2a8fa52baa0ee71576
parentd470a03180cd0d84d6c0bf6e523cd2e12b81a426
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