udev-node: drop redundant trial of devlink creation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Sep 2021 00:29:42 +0000 (09:29 +0900)
committerMichael Biebl <biebl@debian.org>
Tue, 2 Nov 2021 16:29:45 +0000 (16:29 +0000)
commit836cff7f62c1c20be7b127467337c76c20d3476a
treefb58679f79cd9a446cfa7c253a927bd4d84feeb7
parentb58422f8244f09f9dc8f4d784590e44f42d91944
udev-node: drop redundant trial of devlink creation

Previously, the devlink was created based on the priority saved in udev
database. So, we needed to reevaluate devlinks after database is saved.

But now the priority is stored in the symlink under /run/udev/links, and
the loop of devlink creation is controlled with the timestamp of the
directory. So, the double evaluation is not necessary anymore.

(cherry picked from commit 7920d0a135fb6a08aa0bfc31e9d0a3f589fe7a1f)

Gbp-Pq: Name udev-node-drop-redundant-trial-of-devlink-creation.patch
src/udev/udev-event.c
src/udev/udev-node.c