Re: [ANNOUNCE] udev 004 release

From: Jesse Barnes
Date: Tue Oct 21 2003 - 16:51:47 EST


Thanks for the new release, Greg. I just tried it out on a system with
some disks, but a bunch of udev processes ended up hanging. Is there
something I'm missing or do you need a patch like this?

Thanks,
Jesse

--- udev-004/udev-add.c Mon Oct 20 14:39:08 2003
+++ udev-004-working/udev-add.c Tue Oct 21 14:42:27 2003
@@ -141,7 +141,7 @@
strcat(filename, path);
strcat(filename, "/dev");

- while (loop < SECONDS_TO_WAIT_FOR_DEV) {
+ while (loop++ < SECONDS_TO_WAIT_FOR_DEV) {
dbg("looking for %s", filename);
retval = stat(filename, &buf);
if (retval == 0) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/