Re: [PATCH] workqueue: Correct/Drop references to gcwq in Documentation

2013-08-19 Thread Libin
On 2013/8/16 22:47, Tejun Heo wrote: > On Fri, Aug 16, 2013 at 01:33:17PM +0800, Libin wrote: >> No functional changes. This patch fixes the post gcwq comments in >> Documentation/workqueue.txt. >> >> Signed-off-by: Libin > > Thanks a lot for doing this. Can you please update the unbound pool >

Re: [PATCH] workqueue: Correct/Drop references to gcwq in Documentation

2013-08-16 Thread Tejun Heo
On Fri, Aug 16, 2013 at 01:33:17PM +0800, Libin wrote: > No functional changes. This patch fixes the post gcwq comments in > Documentation/workqueue.txt. > > Signed-off-by: Libin Thanks a lot for doing this. Can you please update the unbound pool part accordingly as described in one of the repl

[PATCH] workqueue: Correct/Drop references to gcwq in Documentation

2013-08-15 Thread Libin
No functional changes. This patch fixes the post gcwq comments in Documentation/workqueue.txt. Signed-off-by: Libin --- Documentation/workqueue.txt | 60 ++--- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/Documentation/workqueue.txt b/Do