]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/nvme/host/pci.c
nvme: only ignore hardware errors in nvme_create_io_queues
authorChristoph Hellwig <hch@lst.de>
Thu, 26 Nov 2015 10:46:39 +0000 (11:46 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:38:20 +0000 (09:38 -0700)
commit749941f2365db8198b5d75c83a575ee6e55bf03b
tree6158e3a2405b61d113677a7f94b88cebfdc3f97d
parent287922eb0b186e2a5bf54fdd04b734c25c90035c
nvme: only ignore hardware errors in nvme_create_io_queues

Half initialized queues due to kernel error returns or timeout are still a
good reason to give up on initializing a controller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/pci.c