From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755129AbcITPYX (ORCPT ); Tue, 20 Sep 2016 11:24:23 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:59769 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752844AbcITPYT (ORCPT ); Tue, 20 Sep 2016 11:24:19 -0400 Message-Id: <20160920152020.777561324@linutronix.de> User-Agent: quilt/0.63-1 Date: Tue, 20 Sep 2016 15:21:54 -0000 From: Thomas Gleixner To: LKML Cc: linux-block@vger.kernel.org, Jens Axboe , Christoph Hellwing , Sebastian Siewior Subject: [patch V2 0/2] block/mq: Convert to new hotplug state machine Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)