From: Steven Whitehouse Date: Mon, 15 Oct 2012 09:57:02 +0000 (+0100) Subject: GFS2: Review bug traps in glops.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~8^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eae1ca0034cce78a24738087a32adb1ddb66aa7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed