]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 1 Jun 2017 20:40:42 +0000 (13:40 -0700)
commitbe713af77f0cc7939e7c0cf30a3876e7f4d784b6
tree4b98f4d52cec155b6e2ec9d21439da16aa19a4be
parentd0a3c966bfdfdd9a30cd9f832db55b2d8d76b42f
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>
(cherry picked from commit 749941f2365db8198b5d75c83a575ee6e55bf03b)

Orabug: 25130845

Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/nvme/host/pci.c