]> err.no Git - systemd/commit
[PATCH] udev: sleep_for_dev() bits
authorrml@tech9.net <rml@tech9.net>
Thu, 23 Oct 2003 07:50:27 +0000 (00:50 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:22 +0000 (21:06 -0700)
commitc332cfc72da865f3c9f5e34867fc3ac1b0bf0154
tree363bc53f80d5c2f90bc3f62f8fc4510a6141650a
parenta34ea8f598af378dcd63528b6328d1bff7fab0f1
[PATCH] udev: sleep_for_dev() bits

OK, I fixed that bug you hinted at earlier in my previous
sleep_for_dev() patch.  I am sure you fixed it, but here we go
nonetheless, just in case.

I actually changed it up a bit.  It is probably faster to count down
from SECONDS_TO_WAIT_FOR_DEV than count up.

I also made the lone 'path' argument const, since it can be.

Some other misc. bits, too.
udev-add.c