]> www.infradead.org Git - users/hch/xfs.git/commitdiff
TEMP: nvme-pci: disable async probe
authorChristoph Hellwig <hch@lst.de>
Sun, 15 Oct 2023 07:26:20 +0000 (09:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 24 Jul 2024 14:08:09 +0000 (07:08 -0700)
This keeps getting my ZNS vs ZNS drivers reordered a bit and is annoying
for testing.

Not-really-signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c

index 102a9fb0c65fff7dcbbba97f01d93f54d547b063..0ab3e2d6cd955cd56fef8b89a8db61bd32ab2a62 100644 (file)
@@ -3530,7 +3530,6 @@ static struct pci_driver nvme_driver = {
        .remove         = nvme_remove,
        .shutdown       = nvme_shutdown,
        .driver         = {
-               .probe_type     = PROBE_PREFER_ASYNCHRONOUS,
 #ifdef CONFIG_PM_SLEEP
                .pm             = &nvme_dev_pm_ops,
 #endif