tracing: Add preempt disable for filter self test
authorSteven Rostedt <srostedt@redhat.com>
Mon, 22 Aug 2011 13:41:46 +0000 (09:41 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 30 Aug 2011 16:27:07 +0000 (12:27 -0400)
The self testing for event filters does not really need preemption
disabled as there are no races at the time of testing, but the functions
it calls uses rcu_dereference_sched() which will complain if preemption
is not disabled.

Cc: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found