NVMe: Separate controller init from disk discovery
authorKeith Busch <keith.busch@intel.com>
Mon, 15 Jul 2013 21:02:21 +0000 (15:02 -0600)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 3 Sep 2013 20:40:28 +0000 (16:40 -0400)
commitf0b50732a979c55c2d15fe8ec4503fa5b3260c53
tree101ace3b9ee8aaa678818f833157411799810865
parent224042742582c9938788b81165180c876e997a07
NVMe: Separate controller init from disk discovery

This combines the controller initialization into one function, removing
IO queue setup from namespace discovery, and creates symetric functions
for device removal. The controller start and shutdown functions can now
be called from resume/suspend context as well as probe/remove.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme-core.c
This page took 0.026371 seconds and 5 git commands to generate.