lkml.org 
[lkml]   [2003]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
SubjectRe: [ANNOUNCE] udev 004 release
From
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.048 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site