Skip to content
Commit 52baf119 authored by Steven Rostedt's avatar Steven Rostedt
Browse files

ftrace: convert ftrace_lock from a spinlock to mutex



Impact: clean up

The older versions of ftrace required doing the ftrace list
search under atomic context. Now all the calls are in non-atomic
context. There is no reason to keep the ftrace_lock as a spinlock.

This patch converts it to a mutex.

Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent f6180773
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