tracing/filter: Remove synchronize_sched() from __alloc_preds()
commit4defe682d81a4960b6840ee4ed1a36f9db77c7bd
authorSteven Rostedt <srostedt@redhat.com>
Fri, 4 Feb 2011 04:29:06 +0000 (3 23:29 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Feb 2011 01:56:20 +0000 (7 20:56 -0500)
tree57cb6ab5f8b3a552ed2e0b5a7989d23404bb6cea
parent75b8e98263fdb0bfbdeba60d4db463259f1fe8a2
tracing/filter: Remove synchronize_sched() from __alloc_preds()

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>
kernel/trace/trace_events_filter.c