commit | 3e89c7bb92fc92bb964734341487798c8d497bae | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Nov 11 15:28:41 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Nov 11 22:02:35 2008 +0100 |
tree | 9b20d0a934152220981e3a25c27ee0d799bc9de3 | |
parent | f83c9d0fe42a7544b4d4ffcebb2e6716fcfd95c0 [diff] |
ring-buffer: clean up warn ons Impact: Restructure WARN_ONs in ring_buffer.c The current WARN_ON macros in ring_buffer.c are quite ugly. This patch cleans them up and uses a single RB_WARN_ON that returns the value of the condition. This allows the caller to abort the function if the condition is true. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>