Re: [PATCH] ring-buffer-benchmark: Fix the wrong sched_priority of producer

2015-06-10 Thread Steven Rostedt
On Wed, 10 Jun 2015 08:12:37 + Wang Long wrote: > The producer should be used producer_fifo as its sched_priority, > so correct it. > > Signed-off-by: Wang Long I also add this for stable 2.6.33+ Thanks, applied. -- Steve > --- > kernel/trace/ring_buffer_benchmark.c | 2 +- > 1 file ch

[PATCH] ring-buffer-benchmark: Fix the wrong sched_priority of producer

2015-06-10 Thread Wang Long
The producer should be used producer_fifo as its sched_priority, so correct it. Signed-off-by: Wang Long --- kernel/trace/ring_buffer_benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/ring_buffer_benchmark.c b/kernel/trace/ring_buffer_benchmark.c index