NVMe: CPU hot plug notification

Registers with hot cpu notification to rebalance, and potentially allocate
additional, io queues.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
This commit is contained in:
Keith Busch
2014-03-24 10:46:26 -06:00
committed by Matthew Wilcox
parent 42f614201e
commit 33b1e95c90
2 changed files with 20 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ struct nvme_dev {
struct kref kref;
struct miscdevice miscdev;
struct work_struct reset_work;
struct notifier_block nb;
char name[12];
char serial[20];
char model[40];