commit | 8e186e454e871678c01b7eec4da5865111076095 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Thu Oct 18 23:39:24 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Oct 19 11:53:35 2007 -0700 |
tree | 9ba899955a1b30eb645ae810349594b6f9a57dcf | |
parent | 7598392894f6455cf2114f29a98a0289df788056 [diff] |
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 <jeffm@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>