udev-node: assume no new claim to a symlink if /run/udev/links is not updated
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Sep 2021 21:58:59 +0000 (06:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 2 Sep 2021 00:06:24 +0000 (09:06 +0900)
commit8f27311eb2aec2411d1fb7d62e6c9d75d21ae8df
tree2388ad27398a29ef6c928904998294270acd8d9a
parent6df797f75fa08bb1a9e657001229bd47903e6174
udev-node: assume no new claim to a symlink if /run/udev/links is not updated

During creating a symlink to a device node, if another device node which
requests the same symlink is added/removed, `stat_inode_unmodified()`
should always detects that. We do not need to continue the loop
unconditionally.
src/udev/udev-node.c