From: Steven Rostedt (Red Hat) Date: Wed, 27 May 2015 14:44:43 +0000 (-0400) Subject: ring-buffer: Allways do the trace_recursive checks X-Git-Tag: omap-for-v4.3/legacy-v2-signed~124^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6776221bfe50afdc053527055577012a1acaabd5;p=pandora-kernel.git ring-buffer: Allways do the trace_recursive checks Currently the trace_recursive checks are only done if CONFIG_TRACING is enabled. That was because there use to be a dependency with tracing for the recursive checks (it used the task_struct trace recursive variable). But now it uses its own variable and there is no dependency. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed