Re: [PATCH] workqueue: remove some duplicated includes

2018-12-26 Thread Frank Lee
ping..

Re: [PATCH] workqueue: remove some duplicated includes

2018-12-01 Thread Nikolay Borisov
On 1.12.18 г. 8:46 ч., Frank Lee wrote: > It seems that the trivial tree has not been maintained for some time. > Are there aother tree to choose? perhaps mmotm, maintained by Andrew (cc'ed) > > MBR, > Yangtao > On Sat, Dec 1, 2018 at 2:36 AM Tejun Heo wrote: >> >> On Mon, Nov 26, 2018 at

Re: [PATCH] workqueue: remove some duplicated includes

2018-12-01 Thread Nikolay Borisov
On 1.12.18 г. 8:46 ч., Frank Lee wrote: > It seems that the trivial tree has not been maintained for some time. > Are there aother tree to choose? perhaps mmotm, maintained by Andrew (cc'ed) > > MBR, > Yangtao > On Sat, Dec 1, 2018 at 2:36 AM Tejun Heo wrote: >> >> On Mon, Nov 26, 2018 at

Re: [PATCH] workqueue: remove some duplicated includes

2018-11-30 Thread Frank Lee
It seems that the trivial tree has not been maintained for some time. Are there aother tree to choose? MBR, Yangtao On Sat, Dec 1, 2018 at 2:36 AM Tejun Heo wrote: > > On Mon, Nov 26, 2018 at 09:33:26AM -0500, Yangtao Li wrote: > > workqueue.h and kthread.h are included twice.It's unnecessary. >

Re: [PATCH] workqueue: remove some duplicated includes

2018-11-30 Thread Frank Lee
It seems that the trivial tree has not been maintained for some time. Are there aother tree to choose? MBR, Yangtao On Sat, Dec 1, 2018 at 2:36 AM Tejun Heo wrote: > > On Mon, Nov 26, 2018 at 09:33:26AM -0500, Yangtao Li wrote: > > workqueue.h and kthread.h are included twice.It's unnecessary. >

Re: [PATCH] workqueue: remove some duplicated includes

2018-11-30 Thread Tejun Heo
On Mon, Nov 26, 2018 at 09:33:26AM -0500, Yangtao Li wrote: > workqueue.h and kthread.h are included twice.It's unnecessary. > hence just remove them. > > Signed-off-by: Yangtao Li Acked-by: Tejun Heo Can you route this through the trivial tree? Thanks. -- tejun

Re: [PATCH] workqueue: remove some duplicated includes

2018-11-30 Thread Tejun Heo
On Mon, Nov 26, 2018 at 09:33:26AM -0500, Yangtao Li wrote: > workqueue.h and kthread.h are included twice.It's unnecessary. > hence just remove them. > > Signed-off-by: Yangtao Li Acked-by: Tejun Heo Can you route this through the trivial tree? Thanks. -- tejun

[PATCH] workqueue: remove some duplicated includes

2018-11-26 Thread Yangtao Li
workqueue.h and kthread.h are included twice.It's unnecessary. hence just remove them. Signed-off-by: Yangtao Li --- kernel/workqueue.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 0280deac392e..7c62391ed5e5 100644 --- a/kernel/workqueue.c

[PATCH] workqueue: remove some duplicated includes

2018-11-26 Thread Yangtao Li
workqueue.h and kthread.h are included twice.It's unnecessary. hence just remove them. Signed-off-by: Yangtao Li --- kernel/workqueue.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 0280deac392e..7c62391ed5e5 100644 --- a/kernel/workqueue.c