chiark / gitweb /
udevd: queue-export - remove retry loop
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 29 Oct 2009 18:02:33 +0000 (18:02 +0000)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 30 Oct 2009 11:39:04 +0000 (12:39 +0100)
commit88fbff03df6be4f0f71df11047d4a31daed357e4
tree44811c91c5fc5ea3703c03a0a7c33696f36ab9e7
parent26347a4c5538008318188118872490128f43fcd3
udevd: queue-export - remove retry loop

These retry loops are required where create_path() could race with
delete_path().  But only the main udevd process writes to the queue,
so no races will happen here.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
libudev/libudev-queue-private.c