diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/nvme/host/fc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/nvme/host/fc.c b/drivers/nvme/host/fc.c index 2a7a9a75105d..a10c77139f76 100644 --- a/drivers/nvme/host/fc.c +++ b/drivers/nvme/host/fc.c | |||
@@ -2921,6 +2921,9 @@ nvme_fc_delete_association(struct nvme_fc_ctrl *ctrl) | |||
2921 | __nvme_fc_delete_hw_queue(ctrl, &ctrl->queues[0], 0); | 2921 | __nvme_fc_delete_hw_queue(ctrl, &ctrl->queues[0], 0); |
2922 | nvme_fc_free_queue(&ctrl->queues[0]); | 2922 | nvme_fc_free_queue(&ctrl->queues[0]); |
2923 | 2923 | ||
2924 | /* re-enable the admin_q so anything new can fast fail */ | ||
2925 | blk_mq_unquiesce_queue(ctrl->ctrl.admin_q); | ||
2926 | |||
2924 | nvme_fc_ctlr_inactive_on_rport(ctrl); | 2927 | nvme_fc_ctlr_inactive_on_rport(ctrl); |
2925 | } | 2928 | } |
2926 | 2929 | ||