nvme-fc: restart admin queue if the caller needs to restart queue
authorMing Lei <ming.lei@redhat.com>
Thu, 21 Jul 2022 00:33:58 +0000 (08:33 +0800)
committerChristoph Hellwig <hch@lst.de>
Wed, 10 Aug 2022 14:05:07 +0000 (16:05 +0200)
commit6fb271f1bc4ebc59bac0ff835c2e5197eac4b075
tree7292927d78275d3830d4cf07adba3e8221f52cda
parentfa9db655d0e112c108fe838809608caf759bdf5e
nvme-fc: restart admin queue if the caller needs to restart queue

Without restarting admin queue in __nvme_fc_abort_outstanding_ios(),
it leaves controller not capable of handling admin pt request, and
causes io hang.

Fixes it by restarting admin queue if the caller of __nvme_fc_abort_outstanding_ios
requires to restart queue.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: James Smart <jsmart2021@gmail.com>
Tested-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fc.c