mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
gfs2: Decode missing glock flags in tracepoints
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>
This commit is contained in:
parent
2014c95afe
commit
5788253392
|
|
@ -58,7 +58,12 @@
|
|||
{(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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user