Re: [PATCH 1/2] tracing: make tracer_flags use the right set_flag callback

From: Steven Rostedt
Date: Tue Mar 08 2016 - 09:33:31 EST


On Tue, 8 Mar 2016 21:37:01 +0800
Chunyu Hu <chuhu@xxxxxxxxxx> wrote:

> @@ -6373,7 +6384,6 @@ create_trace_option_files(struct trace_array *tr, struct tracer *tracer)
> struct tracer_flags *flags;
> struct tracer_opt *opts;
> int cnt;
> - int i;

I'm guessing this was a mistake.

-- Steve

>
> if (!tracer)
> return;