From: greg@kroah.com Date: Thu, 29 Jan 2004 02:52:45 +0000 (-0800) Subject: [PATCH] udevd - remove stupid locking error I wrote. X-Git-Tag: 016~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0115874355e618a4b7684be814610d3612283c6a;p=systemd [PATCH] udevd - remove stupid locking error I wrote. --- diff --git a/udevd.c b/udevd.c index a80da5b0..22c38653 100644 --- a/udevd.c +++ b/udevd.c @@ -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; }