X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Fpatches%2Fdnsmasq%2F0009-Use-inotify-instead-of-polling-on-Linux.patch;h=3d6654068a3c15ae3d298e2b576826787a98715e;hp=28dae8c2db27dede2e5017b0b77b80013b85bde9;hb=efbd3a9abc8354d9c8a0fb9a506a1cde1f978592;hpb=7af1cf3949afe6860877cd820e22e690db922316 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 28dae8c2db..3d6654068a 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/87] Use inotify instead of polling on Linux. +Subject: [PATCH 09/98] 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.