GFS2: Review bug traps in glops.c
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 15 Oct 2012 09:57:02 +0000 (10:57 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 7 Nov 2012 13:31:07 +0000 (13:31 +0000)
commit8eae1ca0034cce78a24738087a32adb1ddb66aa7
treef43287fa4232a5fdcf78eb74a004ec986c261807
parent0e4a43ed08e2f44aa7b96aa95d0a540d675483e1
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>
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/glops.c
This page took 0.054091 seconds and 5 git commands to generate.