commit | b0be23b23f6cdeb61d154fef72cd82f8f99f9ca4 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Jul 23 13:14:07 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Fri Aug 07 12:19:13 2020 +0200 |
tree | ec83259c21e03ff24ba38f816d008a9c7a4d0f46 | |
parent | b57bc0fb2fe403b687142d12fba4ad085f8be6ee [diff] |
gfs2: print details on transactions that aren't properly ended If function gfs2_trans_begin is called with another transaction active it BUGs out, but it doesn't give any details about the duplicate. This patch moves function gfs2_print_trans and calls it when this situation arises for better debugging. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>