Re: [PATCH] workqueue: Comment correction in file header

2013-08-16 Thread Tejun Heo
Hello, Libin. On Fri, Aug 16, 2013 at 01:32:44PM +0800, Libin wrote: > * This is the generic async execution mechanism. Work items as are > * executed in process context. The worker pool is shared and > - * automatically managed. There is one worker pool for each CPU and > - * one extra for

[PATCH] workqueue: Comment correction in file header

2013-08-15 Thread Libin
No functional change. There are two worker pools for each cpu in current implementation(one for normal work items and the other for high priority ones). Signed-off-by: Libin --- kernel/workqueue.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/workqueue.c b/kerne