]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/trace/ring_buffer.c
ring-buffer: replace most bug ons with warn on and disable buffer
authorSteven Rostedt <srostedt@redhat.com>
Tue, 11 Nov 2008 04:07:30 +0000 (23:07 -0500)
committerIngo Molnar <mingo@elte.hu>
Tue, 11 Nov 2008 08:40:34 +0000 (09:40 +0100)
commitf536aafc5a2e6f0c8f1577a155e6f93db5e469f0
tree3ed56e3969ef2f1cccc921f3c49a959012ba1bda
parent5aa1ba6a6c710e747838a22d798ac97a8b248745
ring-buffer: replace most bug ons with warn on and disable buffer

This patch replaces most of the BUG_ONs in the ring_buffer code with
RB_WARN_ON variants. It adds some more variants as needed for the
replacement. This lets the buffer die nicely and still warn the user.

One BUG_ON remains in the code, and that is because it detects a
bad pointer passed in by the calling function, and not a bug by
the ring buffer code itself.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/ring_buffer.c