From: Kay Sievers Date: Wed, 13 Oct 2010 11:03:27 +0000 (+0200) Subject: udevd: do not wrongly delay events for devices with swapped names X-Git-Tag: 174~320 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=fc416258f346cd20cf822705bd0a50de82569a63;hp=fc416258f346cd20cf822705bd0a50de82569a63 udevd: do not wrongly delay events for devices with swapped names 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. ---