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, 12 Oct 2021 20:39:59 +0000 (21:39 +0100)
commitfb5a0b38354193c01360ba04b00ab6c854a0a2e5
treec1361a64297e9ab2422b347ad6cdd12023751f1d
parent5ca983e748b8ec42b23c6fec34a18d18a076f49d
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