From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Mon, 18 Oct 2004 16:55:14 +0000 Subject: don't wait for dummy devices Message-Id: <20041018165514.GE6821@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="mxv5cy4qt+RJ9ypb" List-Id: To: linux-hotplug@vger.kernel.org --mxv5cy4qt+RJ9ypb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline No need to wait for dummy net devices. Thanks, Kay --mxv5cy4qt+RJ9ypb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="wait-dummy-01.patch" ===== 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" }, --mxv5cy4qt+RJ9ypb-- ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel