We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd2bbc commit 82654b6Copy full SHA for 82654b6
drivers/nvme/host/core.c
@@ -2438,6 +2438,10 @@ void nvme_kill_queues(struct nvme_ctrl *ctrl)
2438
struct nvme_ns *ns;
2439
2440
mutex_lock(&ctrl->namespaces_mutex);
2441
+
2442
+ /* Forcibly start all queues to avoid having stuck requests */
2443
+ blk_mq_start_hw_queues(ctrl->admin_q);
2444
2445
list_for_each_entry(ns, &ctrl->namespaces, list) {
2446
/*
2447
* Revalidating a dead namespace sets capacity to 0. This will
0 commit comments