public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch V2 0/2] block/mq: Convert to new hotplug state machine
@ 2016-09-20 15:21 Thomas Gleixner
  2016-09-20 15:21 ` [patch V2 2/2] blk/mq: Convert to " Thomas Gleixner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Gleixner @ 2016-09-20 15:21 UTC (permalink / raw)
  To: LKML; +Cc: linux-block, Jens Axboe, Christoph Hellwing, Sebastian Siewior

The following series converts block/mq to the new hotplug state
machine. The series is against block.git/for-next and depends on

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/for-block

This branch contains the necessary infrastructure for multi-instance
callbacks which allows us to remove blk-mq-cpu.c completely. It can be
pulled into the block tree.

Changes vs. V1:

  Use the multi instance callbacks and remove the private notifier handling
  in the block code.

Thanks,

	tglx
---
 a/block/blk-mq-cpu.c     |   67 -------------------------
 b/include/linux/blk-mq.h |    8 ---
 block/Makefile           |    2 
 block/blk-mq.c           |  123 +++++++++++++++++++++--------------------------
 block/blk-mq.h           |    7 --
 5 files changed, 58 insertions(+), 149 deletions(-)

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

end of thread, other threads:[~2016-09-22 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20 15:21 [patch V2 0/2] block/mq: Convert to new hotplug state machine Thomas Gleixner
2016-09-20 15:21 ` [patch V2 2/2] blk/mq: Convert to " Thomas Gleixner
2016-09-20 15:21 ` [patch V2 1/2] blk/mq/cpu-notif: " Thomas Gleixner
2016-09-21  3:48 ` [patch V2 0/2] block/mq: Convert to new " Jens Axboe
2016-09-22 13:57   ` Christoph Hellwing
2016-09-22 14:05     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox