commit | 74382e277ae97b4bcfac6f8b61df7a500d392500 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue Dec 14 10:40:12 2021 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Tue Jan 11 16:52:44 2022 +0100 |
tree | 37901fff5b91a9a0d9219c6bc83c3872a91e2ac7 | |
parent | 3c5c67ec29a918dfb2ffc94429437794ddd225e8 [diff] |
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>