From: Steven Rostedt Date: Mon, 22 Aug 2011 13:41:46 +0000 (-0400) Subject: tracing: Add preempt disable for filter self test X-Git-Tag: v3.2-rc1~163^2~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b6ef21b80ac6565d172cdab4384404de007eea;p=pandora-kernel.git tracing: Add preempt disable for filter self test 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 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed