mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
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: Richard Weinberger <richard@nod.at> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
a591c73f12
commit
895b67fd58
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user