]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: unquiesce admin queue on shutdown
authorKeith Busch <keith.busch@intel.com>
Tue, 30 Apr 2019 15:33:41 +0000 (09:33 -0600)
committerChristoph Hellwig <hch@lst.de>
Wed, 1 May 2019 13:17:22 +0000 (09:17 -0400)
commit91977335d731c6d580dc52cfba2394c9296f1ad0
tree2af3fe958a6065f38563a80bc1a1c9df25518c85
parent1a72afed94b178e306040227295d5a760f8372a1
nvme-pci: unquiesce admin queue on shutdown

Just like IO queues, the admin queue also will not be restarted after a
controller shutdown. Unquiesce this queue so that we do not block
request dispatch on a permanently disabled controller.

Reported-by: Yufen Yu <yuyufen@huawei.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c