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 <andrej.skvortzov@gmail.com> Link: https://lore.kernel.org/r/ZvMkkhyJrohaajuk@skv.local Cc: Christoph Hellwig <hch@lst.de> Cc: David Jeffery <djeffery@redhat.com> Cc: Keith Busch <kbusch@kernel.org> Cc: Laurence Oberman <loberman@redhat.com> Cc: Nathan Chancellor <nathan@kernel.org> Cc: Sagi Grimberg <sagi@grimberg.me> Cc: Stuart Hayes <stuart.w.hayes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e11daaf commit ec1fcba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)