commit | ea4e61c7f46d33fdf17580a925e47cc83570d658 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Sat May 23 08:13:50 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Fri Jun 05 16:44:29 2020 +0200 |
tree | 93a9f0b2349114db7705f69d524e57f056cb72dc | |
parent | 7e901d6e9519db4db0dd30a33ec172dd094cfb11 [diff] |
gfs2: introduce new gfs2_glock_assert_withdraw Before this patch, asserts based on glocks did not print the glock with the error. This patch introduces a new macro, gfs2_glock_assert_withdraw which first prints the glock, then takes the assert. This also changes a few glock asserts to the new macro. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>