Re: [PATCH 2/2] workqueue: jumps to use_dfl_pwq if the target cpumask is equal wq's

2014-04-16 Thread DaeSeok Youn
Hi, Ok. I will update the comment in the code and patch description. Thanks for review. Regards, Daeseok Youn. 2014-04-17 2:38 GMT+09:00 Tejun Heo : > Hello, > > On Wed, Apr 16, 2014 at 02:33:27PM +0900, Daeseok Youn wrote: >> >> Replace blocks of code which checks whether pwq is defalut with >

Re: [PATCH 2/2] workqueue: jumps to use_dfl_pwq if the target cpumask is equal wq's

2014-04-16 Thread Tejun Heo
Hello, On Wed, Apr 16, 2014 at 02:33:27PM +0900, Daeseok Youn wrote: > > Replace blocks of code which checks whether pwq is defalut with > jump to use_dfl_pwq. It is same as before. A better wording would be sth like wq_update_unbound_numa(), when it's decided that the newly updated cpumask e

[PATCH 2/2] workqueue: jumps to use_dfl_pwq if the target cpumask is equal wq's

2014-04-15 Thread Daeseok Youn
Replace blocks of code which checks whether pwq is defalut with jump to use_dfl_pwq. It is same as before. Signed-off-by: Daeseok Youn --- kernel/workqueue.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 3150b21..06798