X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fpatches%2Fdnsmasq%2F0009-Use-inotify-instead-of-polling-on-Linux.patch;h=3cefd02fca4ea385e917af0a5cc9d61ca24f95ce;hb=697b4f04bf8a007b289e424cf88bfbba7a2df71a;hp=81939202b9221f1096aeec0de66c2c21d23cbfe5;hpb=b339fb7f142ac96d440b0951728d194f0c2a5fc2;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/src/patches/dnsmasq/0009-Use-inotify-instead-of-polling-on-Linux.patch b/src/patches/dnsmasq/0009-Use-inotify-instead-of-polling-on-Linux.patch index 81939202b9..3cefd02fca 100644 --- a/src/patches/dnsmasq/0009-Use-inotify-instead-of-polling-on-Linux.patch +++ b/src/patches/dnsmasq/0009-Use-inotify-instead-of-polling-on-Linux.patch @@ -1,7 +1,7 @@ From 193de4abf59e49c6b70d54cfe9720fcb95ca2f71 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Wed, 10 Dec 2014 17:32:16 +0000 -Subject: [PATCH 09/55] Use inotify instead of polling on Linux. +Subject: [PATCH 009/113] Use inotify instead of polling on Linux. This should solve problems people are seeing when a file changes twice within a second and thus is missed for polling.