mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
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>