[PATCH 11/12] nvme-pci: split the initial probe from the rest path
Christoph Hellwig
hch at lst.de
Sun Nov 13 08:19:21 PST 2022
On Thu, Nov 10, 2022 at 11:17:22AM +0800, Chao Leng wrote:
> nvme_free_tagset is not necessary when IO queues lost.
> nvme_free_tagset can be called in nvme_pci_free_ctrl.
Yes, it could, but that isn't really required here.
> If we call nvme_free_tagset here, nvme_dev_disable will still cause a NULL pointer references
> in blk_mq_quiesce_tagset.
True. I have another series as a follow up to sort out some more
of the tagset mess.
More information about the Linux-nvme
mailing list