Re: [PATCH] workqueue: Use wake_up_worker() to wake up first idle worker

2020-09-04 Thread Tejun Heo
On Mon, Jul 27, 2020 at 08:29:29PM +0800, linmiaohe wrote: > From: Miaohe Lin > > Use wrapper function wake_up_worker() to wake up first idle worker. > > Signed-off-by: Miaohe Lin Applied to wq/for-5.10. Thanks. -- tejun

Re: [PATCH] workqueue: Use wake_up_worker() to wake up first idle worker

2020-08-24 Thread linmiaohe
friendly ping :) >Miaohe Lin wrote: >From: Miaohe Lin > >Use wrapper function wake_up_worker() to wake up first idle worker. > >Signed-off-by: Miaohe Lin >--- > kernel/workqueue.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > >diff --git a/kernel/workqueue.c b/kernel/workq

Re: [PATCH] workqueue: Use wake_up_worker() to wake up first idle worker

2020-08-03 Thread Lai Jiangshan
On Mon, Jul 27, 2020 at 8:27 PM linmiaohe wrote: > > From: Miaohe Lin > > Use wrapper function wake_up_worker() to wake up first idle worker. > > Signed-off-by: Miaohe Lin Reviewed-by: Lai Jiangshan > --- > kernel/workqueue.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-)

[PATCH] workqueue: Use wake_up_worker() to wake up first idle worker

2020-07-27 Thread linmiaohe
From: Miaohe Lin Use wrapper function wake_up_worker() to wake up first idle worker. Signed-off-by: Miaohe Lin --- kernel/workqueue.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index c41c3c17b86a..5302f227f38f 100644 -