From: Steven Rostedt Date: Fri, 28 Jan 2011 03:37:09 +0000 (-0500) Subject: tracing/filter: Move OR and AND logic out of fn() method X-Git-Tag: v2.6.39-rc1~510^2~39^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d9a597c4275d830a819625e7d437cd6fb23fa5;p=pandora-kernel.git tracing/filter: Move OR and AND logic out of fn() method The ops OR and AND act different from the other ops, as they are the only ones to take other ops as their arguements. These ops als change the logic of the filter_match_preds. By removing the OR and AND fn's we can also remove the val1 and val2 that is passed to all other fn's and are unused. Cc: Tom Zanussi Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed