diff options
author | Bob Peterson <rpeterso@redhat.com> | 2021-09-14 08:16:58 -0500 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2021-10-25 08:42:18 +0200 |
commit | c98c2ca5eae988c47991074643e5543df60ada35 (patch) | |
tree | befa07de709ef328215737153c2b1ec7b81a547a /crypto/ecc.c | |
parent | c1442f6b53d887d08a098ec23056be7cfea1e3c7 (diff) | |
download | linux-c98c2ca5eae988c47991074643e5543df60ada35.tar.bz2 |
gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug
In rgrp.c, there are several places where it does BUG_ON. This tells us
the call stack but nothing more, which is not very helpful.
This patch switches them to GLOCK_BUG_ON which also prints the glock,
its holders, and many of the rgrp values, which will help us debug
problems in the future.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'crypto/ecc.c')
0 files changed, 0 insertions, 0 deletions