nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work
authorChristoph Hellwig <hch@lst.de>
Tue, 1 Nov 2022 15:00:45 +0000 (16:00 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 Nov 2022 14:35:34 +0000 (08:35 -0600)
commit2b4c2355c5e155cdf341d9ce2c2355b4b26c32c9
treea6bf050e2c97991a1a226a2102b10258ca66ec0f
parentbad3e021ae2bb5ac9d650c9a04788efe753367f3
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 <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20221101150050.3510-10-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/apple.c