chiark / gitweb /
break loops if util_create_path() returns error
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 28 Oct 2009 10:37:20 +0000 (11:37 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 28 Oct 2009 10:37:20 +0000 (11:37 +0100)
commit6834a4429997480b3959c04ac9a74de7f29b3056
treec6198d509a428aebf3af9f894b6d9c3cbddea329
parentd316d27c17d8915f4c1356a1b95de1ea7fe8306b
break loops if util_create_path() returns error

Dangling symlinks in path components return -ENOENT. Do not retry
to create the file in a loop in such case.
libudev/libudev-queue-private.c
libudev/libudev-util-private.c
udev/udev-node.c