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)
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>

No differences found