Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 895b67fd authored by Richard Weinberger's avatar Richard Weinberger Committed by Steven Rostedt
Browse files

tracing: Remove kernel_lock annotations

The BKL is gone, these annotations are useless.

Link: http://lkml.kernel.org/r/1320654202-4433-1-git-send-email-richard@nod.at



Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent a591c73f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -763,8 +763,6 @@ update_max_tr_single(struct trace_array *tr, struct task_struct *tsk, int cpu)
 * Register a new plugin tracer.
 */
int register_tracer(struct tracer *type)
__releases(kernel_lock)
__acquires(kernel_lock)
{
	struct tracer *t;
	int ret = 0;