]> 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>
Sat, 15 Feb 2025 05:46:13 +0000 (06:46 +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 9197a5b173fdff7f5abb3a6d4d6d555fc0658504..f6ec0cdf301ca679c39e7a9f60efcdba1aa84de0 100644 (file)
@@ -3765,7 +3765,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