]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Add GL_SKIP holder flag to dump_holder
authorBob Peterson <rpeterso@redhat.com>
Mon, 13 Sep 2021 17:40:09 +0000 (12:40 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 25 Oct 2021 06:42:17 +0000 (08:42 +0200)
commitaadb74f3e09b8dfe74ec2dd94455483c78e9845e
tree273e72e6f2cc40dcf8e11e867fc048b722d363ea
parent01ed438042b92747476248e8f64d4625eee2adca
gfs2: Add GL_SKIP holder flag to dump_holder

Somehow, the GL_SKIP flag was missed when dumping glock holders.
This patch adds it to function hflags2str. I added it at the end because
I wanted Holder and Skip flags together to read "Hs" rather than "sH"
to avoid confusion with "Shared" ("SH") holder state.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c