aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit_tree.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-05-07 19:58:55 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-05-07 20:01:11 -0400
commit74f4fd21664148b8c454cc07bfe74e4dd51cf07b (patch)
treefa4074dff8913c25a9192c65c112de25cf07fbf4 /kernel/audit_tree.c
parent7da3046d6ce6ea97494020081c509b642b7016af (diff)
ring-buffer: change WARN_ON from checking preempt_count to preemptible
There's a WARN_ON in the ring buffer code that makes sure preemption is disabled. It checks "!preempt_count()". But when CONFIG_PREEMPT is not enabled, preempt_count() is always zero, and this will trigger the warning. [ Impact: prevent false warning on non preemptible kernels ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/audit_tree.c')
0 files changed, 0 insertions, 0 deletions