Re: [PATCH 8/9] workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE.

2014-02-11 Thread Tejun Heo
On Tue, Feb 11, 2014 at 03:34:52PM +0800, Dongsheng Yang wrote: > Signed-off-by: Dongsheng Yang > cc: Tejun Heo > cc: Peter Zijlstra > cc: Ingo Molnar > --- > kernel/workqueue.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/workqueue.c b/kernel/workqueue.c >

[PATCH 8/9] workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE.

2014-02-10 Thread Dongsheng Yang
Signed-off-by: Dongsheng Yang cc: Tejun Heo cc: Peter Zijlstra cc: Ingo Molnar --- kernel/workqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 82ef9f3..e4f5905 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -