gfs2: dump inode object for iopen glocks
authorBob Peterson <rpeterso@redhat.com>
Tue, 14 Dec 2021 15:40:12 +0000 (10:40 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 11 Jan 2022 15:52:44 +0000 (16:52 +0100)
commit74382e277ae97b4bcfac6f8b61df7a500d392500
tree37901fff5b91a9a0d9219c6bc83c3872a91e2ac7
parent3c5c67ec29a918dfb2ffc94429437794ddd225e8
gfs2: dump inode object for iopen glocks

Before this patch, glock dumps would not dump the gl_object for iopen
glocks. This information can help us debug problems related to eviction:
when AN iopen glock is blocked we can see the status of its underlying
inode and its flags, etc.

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