chiark / gitweb /
[PATCH] add ipsec to wait_for_sysfs ignore list.
authorgreg@kroah.com <greg@kroah.com>
Thu, 14 Oct 2004 05:51:41 +0000 (22:51 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:56:00 +0000 (21:56 -0700)
wait_for_sysfs.c

index a5d8ab411117b070e75d5d17806b8eb64063eedc..6f396b96caf10ce6c7bf1a67035e2b90af579957 100644 (file)
@@ -143,6 +143,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d
                { .subsystem = "net",           .device = "ppp" },
                { .subsystem = "net",           .device = "lo" },
                { .subsystem = "net",           .device = "tap" },
+               { .subsystem = "net",           .device = "ipsec" },
                { .subsystem = "sound",         .device = NULL },
                { .subsystem = "printer",       .device = "lp" },
                { .subsystem = "nvidia",        .device = NULL },