All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] workqueue: remove some duplicated includes
@ 2018-11-26 14:33 Yangtao Li
  2018-11-30 18:36 ` Tejun Heo
  0 siblings, 1 reply; 5+ messages in thread
From: Yangtao Li @ 2018-11-26 14:33 UTC (permalink / raw)
  To: tj, jiangshanlai; +Cc: linux-kernel, Yangtao Li

workqueue.h and kthread.h are included twice.It's unnecessary.
hence just remove them.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 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
+++ b/kernel/workqueue.c
@@ -30,11 +30,9 @@
 #include <linux/init.h>
 #include <linux/signal.h>
 #include <linux/completion.h>
-#include <linux/workqueue.h>
 #include <linux/slab.h>
 #include <linux/cpu.h>
 #include <linux/notifier.h>
-#include <linux/kthread.h>
 #include <linux/hardirq.h>
 #include <linux/mempolicy.h>
 #include <linux/freezer.h>
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] workqueue: remove some duplicated includes
  2018-11-26 14:33 [PATCH] workqueue: remove some duplicated includes Yangtao Li
@ 2018-11-30 18:36 ` Tejun Heo
  2018-12-01  6:46   ` Frank Lee
  0 siblings, 1 reply; 5+ messages in thread
From: Tejun Heo @ 2018-11-30 18:36 UTC (permalink / raw)
  To: Yangtao Li; +Cc: jiangshanlai, linux-kernel

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 <tiny.windzz@gmail.com>

Acked-by: Tejun Heo <tj@kernel.org>

Can you route this through the trivial tree?

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] workqueue: remove some duplicated includes
  2018-11-30 18:36 ` Tejun Heo
@ 2018-12-01  6:46   ` Frank Lee
  2018-12-01 20:57     ` Nikolay Borisov
  0 siblings, 1 reply; 5+ messages in thread
From: Frank Lee @ 2018-12-01  6:46 UTC (permalink / raw)
  To: tj; +Cc: jiangshanlai, linux-kernel

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 <tj@kernel.org> 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.
> > hence just remove them.
> >
> > Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
>
> Acked-by: Tejun Heo <tj@kernel.org>
>
> Can you route this through the trivial tree?
>
> Thanks.
>
> --
> tejun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] workqueue: remove some duplicated includes
  2018-12-01  6:46   ` Frank Lee
@ 2018-12-01 20:57     ` Nikolay Borisov
  2018-12-26 16:56       ` Frank Lee
  0 siblings, 1 reply; 5+ messages in thread
From: Nikolay Borisov @ 2018-12-01 20:57 UTC (permalink / raw)
  To: Frank Lee, tj; +Cc: jiangshanlai, linux-kernel, Andrew Morton



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 <tj@kernel.org> 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.
>>> hence just remove them.
>>>
>>> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
>>
>> Acked-by: Tejun Heo <tj@kernel.org>
>>
>> Can you route this through the trivial tree?
>>
>> Thanks.
>>
>> --
>> tejun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] workqueue: remove some duplicated includes
  2018-12-01 20:57     ` Nikolay Borisov
@ 2018-12-26 16:56       ` Frank Lee
  0 siblings, 0 replies; 5+ messages in thread
From: Frank Lee @ 2018-12-26 16:56 UTC (permalink / raw)
  To: Nikolay Borisov
  Cc: tj, jiangshanlai, Linux Kernel Mailing List, Andrew Morton

ping......

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-26 16:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 14:33 [PATCH] workqueue: remove some duplicated includes Yangtao Li
2018-11-30 18:36 ` Tejun Heo
2018-12-01  6:46   ` Frank Lee
2018-12-01 20:57     ` Nikolay Borisov
2018-12-26 16:56       ` Frank Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.