]> 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>
Tue, 5 Nov 2024 08:26:37 +0000 (09:26 +0100)
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 4b9fda0b1d9a33af4d7030b72532835b205e9cbb..065572b8a80e759b2931429deba2767f64b900c0 100644 (file)
@@ -3609,7 +3609,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