Skip to content
Commit 597af815 authored by Steven Rostedt's avatar Steven Rostedt Committed by Ingo Molnar
Browse files

function-graph: use int instead of atomic for ftrace_graph_active



Impact: cleanup

The variable ftrace_graph_active is only modified under the
ftrace_lock mutex, thus an atomic is not necessary for modification.

Reported-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 5452af66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment