Skip to content

Commit ec1fcba

Browse files
committed
Revert "nvme-pci: Make driver prefer asynchronous shutdown"
This reverts commit ba82e10. The series is being reverted before -rc1 as there are still reports of lockups on shutdown, so it's not quite ready for "prime time." Reported-by: Andrey Skvortsov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: Christoph Hellwig <[email protected]> Cc: David Jeffery <[email protected]> Cc: Keith Busch <[email protected]> Cc: Laurence Oberman <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Sagi Grimberg <[email protected]> Cc: Stuart Hayes <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e11daaf commit ec1fcba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/nvme/host/pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,6 @@ static struct pci_driver nvme_driver = {
35803580
.shutdown = nvme_shutdown,
35813581
.driver = {
35823582
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
3583-
.async_shutdown_enable = true,
35843583
#ifdef CONFIG_PM_SLEEP
35853584
.pm = &nvme_dev_pm_ops,
35863585
#endif

0 commit comments

Comments
 (0)