diff options
author | Keith Busch <keith.busch@intel.com> | 2014-03-24 20:46:26 +0400 |
---|---|---|
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2014-04-11 01:03:42 +0400 |
commit | 33b1e95c90447ea73e37e837ea0268a894919f19 (patch) | |
tree | 63e28b93a0524b69c29595c8648008dcc145b3b9 /include/linux/nvme.h | |
parent | 42f614201e80ff4cfb8b285d7190149a8e1e6cec (diff) | |
download | linux-33b1e95c90447ea73e37e837ea0268a894919f19.tar.xz |
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>
Diffstat (limited to 'include/linux/nvme.h')
-rw-r--r-- | include/linux/nvme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index f0f95c719685..15d071eba8b8 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -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]; |