diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-10-13 13:03:27 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-10-13 13:08:29 +0200 |
commit | fc416258f346cd20cf822705bd0a50de82569a63 (patch) | |
tree | 4cf45dedef8daf9f1d2e762c5b099abfc04c3420 /Makefile.am | |
parent | 457c67e7c1bc971c64e56dd11aaf697d2f9a1c76 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 093a10e058..fd13005f35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ DISTCHECK_HOOKS = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=9 -LIBUDEV_REVISION=1 +LIBUDEV_REVISION=2 LIBUDEV_AGE=9 SUBDIRS += libudev/docs |