commit | d5dc3d9677394d4fb4dca61856491df5a37db31a | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri May 22 14:03:21 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Fri Jun 05 19:35:54 2020 +0200 |
tree | e3e6fd95e681eef05c7605fe5f657f83d80074ef | |
parent | ea4e61c7f46d33fdf17580a925e47cc83570d658 [diff] |
gfs2: instrumentation wrt log_flush stuck This adds checks for gfs2_log_flush being stuck, similarly to the check in gfs2_ail1_flush. To faciliate this and make the strings easy to grep we move the ail1 emptying to its own function, empty_ail1_list. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>