提交 a644a7e9 编写于 作者: O Oleg Nesterov 提交者: Steven Rostedt

tracing: Kill trace_array->waiter

Trivial. trace_array->waiter has no users since 6eaaa5d5
"tracing/core: use appropriate waiting on trace_pipe".

Link: http://lkml.kernel.org/r/20130719142036.GA1594@redhat.comSigned-off-by: NOleg Nesterov <oleg@redhat.com>
Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
上级 cd458ba9
...@@ -214,7 +214,6 @@ struct trace_array { ...@@ -214,7 +214,6 @@ struct trace_array {
struct dentry *event_dir; struct dentry *event_dir;
struct list_head systems; struct list_head systems;
struct list_head events; struct list_head events;
struct task_struct *waiter;
int ref; int ref;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册