]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
gfs2: Decode missing glock flags in tracepoints
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 23 Jan 2025 18:50:19 +0000 (19:50 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:38 +0000 (18:15 +0100)
Add a number of glock flags are currently not shown in the text form of
glock tracepoints.

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

index 8eae8d62a41322083fcf95918b554f285f2c0757..ac8ca485c46feb94c1e86a6ec6b778db4fe943b7 100644 (file)
        {(1UL << GLF_HAVE_FROZEN_REPLY),        "F" },          \
        {(1UL << GLF_LRU),                      "L" },          \
        {(1UL << GLF_OBJECT),                   "o" },          \
-       {(1UL << GLF_BLOCKING),                 "b" })
+       {(1UL << GLF_BLOCKING),                 "b" },          \
+       {(1UL << GLF_UNLOCKED),                 "x" },          \
+       {(1UL << GLF_INSTANTIATE_NEEDED),       "n" },          \
+       {(1UL << GLF_INSTANTIATE_IN_PROG),      "N" },          \
+       {(1UL << GLF_TRY_TO_EVICT),             "e" },          \
+       {(1UL << GLF_VERIFY_DELETE),            "E" })
 
 #ifndef NUMPTY
 #define NUMPTY