linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] revert async probing of VMBus scsi device
@ 2019-06-05 18:52 Stephen Hemminger
  2019-06-05 18:54 ` Haiyang Zhang
  2019-06-05 18:56 ` Christoph Hellwig
  0 siblings, 2 replies; 10+ messages in thread
From: Stephen Hemminger @ 2019-06-05 18:52 UTC (permalink / raw)
  To: linux-scsi; +Cc: linux-hyperv, Stephen Hemminger

Doing asynchronous probing can lead to reordered device names
which is leads to failed mounts.

Fixes: af0a5646cb8d ("use the new async probing feature for the hyperv drivers")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 drivers/scsi/storvsc_drv.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
index 8472de1007ff..56dcaa43b652 100644
--- a/drivers/scsi/storvsc_drv.c
+++ b/drivers/scsi/storvsc_drv.c
@@ -1942,9 +1942,6 @@ static struct hv_driver storvsc_drv = {
 	.id_table = id_table,
 	.probe = storvsc_probe,
 	.remove = storvsc_remove,
-	.driver = {
-		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
-	},
 };
 
 #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-06-05 21:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05 18:52 [PATCH] revert async probing of VMBus scsi device Stephen Hemminger
2019-06-05 18:54 ` Haiyang Zhang
2019-06-05 18:56 ` Christoph Hellwig
2019-06-05 19:06   ` Stephen Hemminger
2019-06-05 19:07     ` Christoph Hellwig
2019-06-05 19:10       ` Stephen Hemminger
2019-06-05 19:26         ` Christoph Hellwig
2019-06-05 20:06           ` Stephen Hemminger
2019-06-05 21:20           ` Stephen Hemminger
2019-06-05 19:27       ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).