commit | f25a2dfc20e3a3ed8fe6618c331799dd7bd01190 | [log] [tgz] |
---|---|---|
author | Jianchao Wang <jianchao.w.wang@oracle.com> | Thu Feb 15 19:13:41 2018 +0800 |
committer | Keith Busch <keith.busch@intel.com> | Mon Feb 26 01:53:32 2018 -0700 |
tree | 8f1ec7dafde15c0ca07915c75751c5e19ee7d26b | |
parent | 796b0b8d8dea191d9f64e0be8ab58d8f3586bcde [diff] |
nvme-pci: Fix nvme queue cleanup if IRQ setup fails This patch fixes nvme queue cleanup if requesting an IRQ handler for the queue's vector fails. It does this by resetting the cq_vector to the uninitialized value of -1 so it is ignored for a controller reset. Signed-off-by: Jianchao Wang <jianchao.w.wang@oracle.com> [changelog updates, removed misc whitespace changes] Signed-off-by: Keith Busch <keith.busch@intel.com>