nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl
authorChristoph Hellwig <hch@lst.de>
Tue, 1 Nov 2022 15:00:44 +0000 (16:00 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 Nov 2022 14:35:34 +0000 (08:35 -0600)
commitbad3e021ae2bb5ac9d650c9a04788efe753367f3
treefc6a66fb0989391cae417e8f05a9a3deafe59b58
parentcd50f9b24726e9e195a0682c8d8d952396d57aef
nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl

nvme_remove_dead_ctrl schedules nvme_remove to be called, which will
call nvme_dev_disable and unquiesce the I/O queues.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20221101150050.3510-9-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/pci.c