[PATCH] udevd - remove stupid locking error I wrote.

This commit is contained in:
greg@kroah.com 2004-01-28 18:52:45 -08:00 committed by Greg KH
parent 273636ca8b
commit 0115874355
1 changed files with 0 additions and 1 deletions

View File

@ -318,7 +318,6 @@ static int one_and_only(void)
/* see if we can lock */
if (lockf(lock_file, F_TLOCK, 0) < 0) {
close(lock_file);
unlink(lock_filename);
return -1;
}