From: Steven Rostedt Date: Fri, 4 Feb 2011 04:29:06 +0000 (-0500) Subject: tracing/filter: Remove synchronize_sched() from __alloc_preds() X-Git-Tag: v2.6.39-rc1~510^2~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4defe682d81a4960b6840ee4ed1a36f9db77c7bd;p=pandora-kernel.git 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 --- Reading git-diff-tree failed