Searched hist:ea4e61c7f46d33fdf17580a925e47cc83570d658 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glock.h | diff ea4e61c7f46d33fdf17580a925e47cc83570d658 Sat May 23 08:13:50 CDT 2020 Bob Peterson <rpeterso@redhat.com> 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>
|
H A D | glock.c | diff ea4e61c7f46d33fdf17580a925e47cc83570d658 Sat May 23 08:13:50 CDT 2020 Bob Peterson <rpeterso@redhat.com> 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>
|