chiark / gitweb /
udevd: do not wrongly delay events for devices with swapped names
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 13 Oct 2010 11:03:27 +0000 (13:03 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 13 Oct 2010 11:08:29 +0000 (13:08 +0200)
Renaming network devices might delay events for the other device, which has
the same devpath in the meantime as the original event. Causing a delay until
the timout of the event is reached.

Look at the ifindex/devnum of the devices to check if they are really
the same devices.


No differences found