tracing/filter: Remove synchronize_sched() from __alloc_preds()
authorSteven Rostedt <srostedt@redhat.com>
Fri, 4 Feb 2011 04:29:06 +0000 (23:29 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Feb 2011 01:56:20 +0000 (20:56 -0500)
Because the filters are processed first and then activated
(added to the call), we no longer need to worry about the preds
of the filter in __alloc_preds() being used. As the filter that
is allocating preds is not activated yet.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found