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)
committerRaspbian forward porter <root@raspbian.org>
Fri, 15 Oct 2021 10:50:57 +0000 (11:50 +0100)
commit4e81200e64e7640f33e3e51804efd14211a196ac
treeb80146a927ec7a589d18d641b5d4b21eeee796ca
parentf5bd933860c3a550f76a97e84f1264c6a4411908
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