Re: [PATCH v2] sched,tracing: Convert to sched_set_fifo()

From: Peter Zijlstra
Date: Sat Jul 25 2020 - 12:59:34 EST


On Fri, Jul 24, 2020 at 06:18:46PM -0400, Steven Rostedt wrote:
> On Fri, 24 Jul 2020 23:50:03 +0200
> peterz@xxxxxxxxxxxxx wrote:
>
> > - if (producer_fifo < 0)
> > + if (producer_fifo)
> > + trace_printk("Running Producer at SCHED_FIFO %s\n",
> > + consumer_fifo == 1 ? "low" : "high");
>
> I'm going to take cut-and-paste away from you!

Well, yes, I said so, I also already have it fixed.

Aside from that, is the patch ok?