udev: assume there is no blocker when failed to check event dependencies
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 12 Mar 2022 11:57:15 +0000 (20:57 +0900)
committerLennart Poettering <lennart@poettering.net>
Thu, 24 Mar 2022 15:20:32 +0000 (16:20 +0100)
commit2d40f02ee4317233365f53c85234be3af6b000a6
tree0f3a803d0263b645a9d294b11e3d24393c5e5b01
parentef400c3878ad23aa02bd5bb47f089bdef49e9d8c
udev: assume there is no blocker when failed to check event dependencies

Previously, if udevd failed to resolve event dependency, the event is
ignored and libudev listeners did not receive the event. This is
inconsistent with the case when a worker failed to process a event,
in that case, the original uevent sent by the kernel is broadcasted to
listeners.
src/udev/udevd.c