]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: dump glocks from gfs2_consist_OBJ_i
authorBob Peterson <rpeterso@redhat.com>
Thu, 30 Sep 2021 12:48:29 +0000 (07:48 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 25 Oct 2021 06:42:18 +0000 (08:42 +0200)
commit074eaed34ad24a6bb16644a878d2d83fa1f7ab60
treeefcb33cf3de981cdcec42191857a1373f136520c
parentfee0b67796e04632bedf3fecb7c186a30d31c90b
gfs2: dump glocks from gfs2_consist_OBJ_i

Before this patch, failed consistency checks printed out the object
that failed, but not the object's glock. This patch makes it also
print out the object glock so we can see the glock's holders and flags
to aid with debugging.

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