linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* don't wait for dummy devices
@ 2004-10-18 16:55 Kay Sievers
  2004-10-18 17:19 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2004-10-18 16:55 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

No need to wait for dummy net devices.

Thanks,
Kay

[-- Attachment #2: wait-dummy-01.patch --]
[-- Type: text/plain, Size: 494 bytes --]

===== wait_for_sysfs.c 1.20 vs edited =====
--- 1.20/wait_for_sysfs.c	2004-10-15 23:54:11 +02:00
+++ edited/wait_for_sysfs.c	2004-10-18 18:53:13 +02:00
@@ -162,6 +162,7 @@
 		{ .subsystem = "net",		.device = "lo" },
 		{ .subsystem = "net",		.device = "tap" },
 		{ .subsystem = "net",		.device = "ipsec" },
+		{ .subsystem = "net",		.device = "dummy" },
 		{ .subsystem = "net",		.device = "irda" },
 		{ .subsystem = "sound",		.device = NULL },
 		{ .subsystem = "printer",	.device = "lp" },

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

end of thread, other threads:[~2004-10-18 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-18 16:55 don't wait for dummy devices Kay Sievers
2004-10-18 17:19 ` Greg KH

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).