Re: [PATCH] tracing: Choose static tp_printk buffer by explicit nesting count

From: Andy Lutomirski
Date: Wed May 25 2016 - 16:18:50 EST


On Wed, May 25, 2016 at 6:20 AM, Namhyung Kim <namhyung@xxxxxxxxx> wrote:
> Hi Andy,

>> - out:
>> +
>> +out_nobuffer:
>> + put_trace_buf();
>> +
>> +out:
>
> Shouldn't the labels be reversed like below?
>
> out:
> put_trace_buf();
>
> out_nobuffer:

Yes. I'll send a new version.

--Andy