commit | 8eae1ca0034cce78a24738087a32adb1ddb66aa7 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Oct 15 10:57:02 2012 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 07 13:31:07 2012 +0000 |
tree | f43287fa4232a5fdcf78eb74a004ec986c261807 | |
parent | 0e4a43ed08e2f44aa7b96aa95d0a540d675483e1 [diff] |
GFS2: Review bug traps in glops.c Two of the bug traps here could really be warnings. The others are converted from BUG() to GLOCK_BUG_ON() since we'll most likely need to know the glock state in order to debug any issues which arise. As a result of this, __dump_glock has to be renamed and is no longer static. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>