Skip to content

Commit 2b4c235

Browse files
Christoph Hellwigaxboe
authored andcommitted
nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work
apple_nvme_reset_work schedules apple_nvme_remove, to be called, which will call apple_nvme_disable and unquiesce the I/O queues. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent bad3e02 commit 2b4c235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/nvme/host/apple.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,6 @@ static void apple_nvme_reset_work(struct work_struct *work)
11541154
nvme_get_ctrl(&anv->ctrl);
11551155
apple_nvme_disable(anv, false);
11561156
nvme_mark_namespaces_dead(&anv->ctrl);
1157-
nvme_start_queues(&anv->ctrl);
11581157
if (!queue_work(nvme_wq, &anv->remove_work))
11591158
nvme_put_ctrl(&anv->ctrl);
11601159
}

0 commit comments

Comments
 (0)