commit | 7e03b124065507e72008ef294c30001eca74a031 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Jul 29 16:20:56 2013 -0600 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Sep 03 16:32:26 2013 -0400 |
tree | 48343408c9544e798cc41e3d4c0c777d21ce3e3c | |
parent | 1b56749e541ad59068582f2a28297843e243b856 [diff] |
NVMe: Bring up cdev on set feature failure This patch creates the character device as long as a device's admin queues are usable so a user has an opprotunity to perform administration tasks. A device may be in a state that does not allow IO and setting the queue count feature in such a state returns an error. Previously the driver would bail and the controller would be unusable. Signed-off-by: Keith Busch <keith.busch@intel.com>