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)
committerMichael Biebl <biebl@debian.org>
Tue, 12 Oct 2021 20:39:59 +0000 (21:39 +0100)
commit5ab2efeceb8738b8cc35832c53551dcd9ca518bf
treeeccc80241cf13e8df3ff2e37a0d3fd80b3dc7a16
parent3b368cd4fa8e9d5b5665cd22f215f37470430483
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.

(cherry picked from commit 8f27311eb2aec2411d1fb7d62e6c9d75d21ae8df)

Gbp-Pq: Name udev-node-assume-no-new-claim-to-a-symlink-if-run-udev-li.patch
src/udev/udev-node.c