From: Jeff Mahoney Date: Fri, 19 Oct 2007 06:39:24 +0000 (-0700) Subject: reiserfs: dont use BUG when panicking X-Git-Tag: v2.6.24-rc1~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e186e454e871678c01b7eec4da5865111076095;p=pandora-kernel.git reiserfs: dont use BUG when panicking Change reiserfs_panic() to use panic() initially instead of BUG(). Using BUG() ignores the configurable panic behavior, so systems that should be failing and rebooting are left hanging. This causes problems in active/standby HA scenarios. Signed-off-by: Jeff Mahoney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed