diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-09-22 17:05:17 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-22 17:05:17 +0300 |
commit | 9467f85960a31d56f95371516e55e210e1e3d51c (patch) | |
tree | 9f770d6ff47c5bf72ad037f5b266fc77378050d6 /block/Makefile | |
parent | 5dfcfb02e18dec9a2f56765011817706e1ab1daf (diff) | |
download | linux-9467f85960a31d56f95371516e55e210e1e3d51c.tar.xz |
blk-mq/cpu-notif: Convert to new hotplug state machine
Replace the block-mq notifier list management with the multi instance
facility in the cpu hotplug state machine.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-block@vger.kernel.org
Cc: rt@linutronix.de
Cc: Christoph Hellwing <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/Makefile')
-rw-r--r-- | block/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Makefile b/block/Makefile index 9eda2322b2d4..ec9789745274 100644 --- a/block/Makefile +++ b/block/Makefile @@ -6,7 +6,7 @@ obj-$(CONFIG_BLOCK) := bio.o elevator.o blk-core.o blk-tag.o blk-sysfs.o \ blk-flush.o blk-settings.o blk-ioc.o blk-map.o \ blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \ blk-lib.o blk-mq.o blk-mq-tag.o \ - blk-mq-sysfs.o blk-mq-cpu.o blk-mq-cpumap.o ioctl.o \ + blk-mq-sysfs.o blk-mq-cpumap.o ioctl.o \ genhd.o scsi_ioctl.o partition-generic.o ioprio.o \ badblocks.o partitions/ |