linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] blk_mq: remove repeated includes
@ 2021-11-23  6:33 Guo Zhengkui
  2021-11-23  8:37 ` Chaitanya Kulkarni
  2021-11-23 19:23 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Guo Zhengkui @ 2021-11-23  6:33 UTC (permalink / raw)
  To: Jens Axboe, open list:BLOCK LAYER, open list; +Cc: kernel, Guo Zhengkui

Remove a repeated "#include<linux/sched/sysctl.h>".

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
---
 block/blk-mq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/block/blk-mq.c b/block/blk-mq.c
index e29b4fdc93dc..959b4cf60443 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -23,17 +23,16 @@
 #include <linux/cache.h>
 #include <linux/sched/sysctl.h>
 #include <linux/sched/topology.h>
 #include <linux/sched/signal.h>
 #include <linux/delay.h>
 #include <linux/crash_dump.h>
 #include <linux/prefetch.h>
 #include <linux/blk-crypto.h>
-#include <linux/sched/sysctl.h>
 
 #include <trace/events/block.h>
 
 #include <linux/blk-mq.h>
 #include <linux/t10-pi.h>
 #include "blk.h"
 #include "blk-mq.h"
 #include "blk-mq-debugfs.h"
-- 
2.20.1


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

* Re: [PATCH] blk_mq: remove repeated includes
  2021-11-23  6:33 [PATCH] blk_mq: remove repeated includes Guo Zhengkui
@ 2021-11-23  8:37 ` Chaitanya Kulkarni
  2021-11-23 19:23 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2021-11-23  8:37 UTC (permalink / raw)
  To: Guo Zhengkui, Jens Axboe, open list:BLOCK LAYER, open list; +Cc: kernel

On 11/22/21 22:33, Guo Zhengkui wrote:
> External email: Use caution opening links or attachments
> 
> 
> Remove a repeated "#include<linux/sched/sysctl.h>".
> 
> Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
> ---

Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>



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

* Re: [PATCH] blk_mq: remove repeated includes
  2021-11-23  6:33 [PATCH] blk_mq: remove repeated includes Guo Zhengkui
  2021-11-23  8:37 ` Chaitanya Kulkarni
@ 2021-11-23 19:23 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2021-11-23 19:23 UTC (permalink / raw)
  To: Guo Zhengkui, open list, open list:BLOCK LAYER; +Cc: kernel

On Tue, 23 Nov 2021 14:33:40 +0800, Guo Zhengkui wrote:
> Remove a repeated "#include<linux/sched/sysctl.h>".
> 
> 

Applied, thanks!

[1/1] blk_mq: remove repeated includes
      commit: 5da93d507fb52342f1a3245803bc088ca245f5ef

Best regards,
-- 
Jens Axboe



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

end of thread, other threads:[~2021-11-23 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23  6:33 [PATCH] blk_mq: remove repeated includes Guo Zhengkui
2021-11-23  8:37 ` Chaitanya Kulkarni
2021-11-23 19:23 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).