Re: [PATCH 05/12] workqueue: don't wake up other workers in rescuer

2012-09-28 Thread Lai Jiangshan
On 09/27/2012 02:34 AM, Tejun Heo wrote: > (cc'ing Ray Jui) > > On Thu, Sep 27, 2012 at 01:20:36AM +0800, Lai Jiangshan wrote: >> rescuer is NOT_RUNNING, so there is no sense when it wakes up other workers, >> if there are available normal workers, they are already woken up when needed. >> >>

Re: [PATCH 05/12] workqueue: don't wake up other workers in rescuer

2012-09-28 Thread Lai Jiangshan
On 09/27/2012 02:34 AM, Tejun Heo wrote: (cc'ing Ray Jui) On Thu, Sep 27, 2012 at 01:20:36AM +0800, Lai Jiangshan wrote: rescuer is NOT_RUNNING, so there is no sense when it wakes up other workers, if there are available normal workers, they are already woken up when needed. Signed-off-by:

Re: [PATCH 05/12] workqueue: don't wake up other workers in rescuer

2012-09-26 Thread Tejun Heo
(cc'ing Ray Jui) On Thu, Sep 27, 2012 at 01:20:36AM +0800, Lai Jiangshan wrote: > rescuer is NOT_RUNNING, so there is no sense when it wakes up other workers, > if there are available normal workers, they are already woken up when needed. > > Signed-off-by: Lai Jiangshan > --- >

[PATCH 05/12] workqueue: don't wake up other workers in rescuer

2012-09-26 Thread Lai Jiangshan
rescuer is NOT_RUNNING, so there is no sense when it wakes up other workers, if there are available normal workers, they are already woken up when needed. Signed-off-by: Lai Jiangshan --- kernel/workqueue.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git

[PATCH 05/12] workqueue: don't wake up other workers in rescuer

2012-09-26 Thread Lai Jiangshan
rescuer is NOT_RUNNING, so there is no sense when it wakes up other workers, if there are available normal workers, they are already woken up when needed. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- kernel/workqueue.c |8 1 files changed, 0 insertions(+), 8 deletions(-)

Re: [PATCH 05/12] workqueue: don't wake up other workers in rescuer

2012-09-26 Thread Tejun Heo
(cc'ing Ray Jui) On Thu, Sep 27, 2012 at 01:20:36AM +0800, Lai Jiangshan wrote: rescuer is NOT_RUNNING, so there is no sense when it wakes up other workers, if there are available normal workers, they are already woken up when needed. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com ---