Re: [PATCH] tracing: Kill trace_array->waiter

From: Steven Rostedt
Date: Fri Jul 19 2013 - 10:55:29 EST


On Fri, 2013-07-19 at 16:20 +0200, Oleg Nesterov wrote:
> Trivial. trace_array->waiter has no users since 6eaaa5d5
> "tracing/core: use appropriate waiting on trace_pipe".

Thanks Oleg, I think this can still be applied for 3.11.

-- Steve

>
> Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx>
> ---
> kernel/trace/trace.h | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
> index 4a4f6e1..f849e85 100644
> --- a/kernel/trace/trace.h
> +++ b/kernel/trace/trace.h
> @@ -214,7 +214,6 @@ struct trace_array {
> struct dentry *event_dir;
> struct list_head systems;
> struct list_head events;
> - struct task_struct *waiter;
> int ref;
> };
>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/