diff options
author | Steven Rostedt <srostedt@redhat.com> | 2008-11-10 23:07:30 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-11 09:40:34 +0100 |
commit | f536aafc5a2e6f0c8f1577a155e6f93db5e469f0 (patch) | |
tree | 3ed56e3969ef2f1cccc921f3c49a959012ba1bda /kernel/spinlock.c | |
parent | 5aa1ba6a6c710e747838a22d798ac97a8b248745 (diff) |
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>
Diffstat (limited to 'kernel/spinlock.c')
0 files changed, 0 insertions, 0 deletions