From 31c93a74639077ee39b448ff47f446b4864cfaea Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Wed, 11 Feb 2009 14:00:35 +0100 Subject: Use the new hash really. References to the old include file replaced with new one in order to really use the new Jenkins' hash function. --- kernel/ChangeLog | 4 ++++ kernel/ip_set.c | 2 +- kernel/ip_set_iphash.c | 2 +- kernel/ip_set_ipporthash.c | 2 +- kernel/ip_set_ipportiphash.c | 2 +- kernel/ip_set_ipportnethash.c | 2 +- kernel/ip_set_nethash.c | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index 1ed0fbb..1c6e650 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,7 @@ +2.4.9 + - References to the old include file replaced with new one in order to + really use the new Jenkins' hash function. + 2.4.8 - The Jenkins' hash lookup2() replaced with Jenkins' faster/better lookup3() hash function. diff --git a/kernel/ip_set.c b/kernel/ip_set.c index f60a63e..f52647f 100644 --- a/kernel/ip_set.c +++ b/kernel/ip_set.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_iphash.c b/kernel/ip_set_iphash.c index b1bccc1..aac3eec 100644 --- a/kernel/ip_set_iphash.c +++ b/kernel/ip_set_iphash.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_ipporthash.c b/kernel/ip_set_ipporthash.c index 2352858..c41c0a8 100644 --- a/kernel/ip_set_ipporthash.c +++ b/kernel/ip_set_ipporthash.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_ipportiphash.c b/kernel/ip_set_ipportiphash.c index e0725d9..166bec4 100644 --- a/kernel/ip_set_ipportiphash.c +++ b/kernel/ip_set_ipportiphash.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_ipportnethash.c b/kernel/ip_set_ipportnethash.c index 267370a..fe36c58 100644 --- a/kernel/ip_set_ipportnethash.c +++ b/kernel/ip_set_ipportnethash.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_nethash.c b/kernel/ip_set_nethash.c index 268fe6a..27267d9 100644 --- a/kernel/ip_set_nethash.c +++ b/kernel/ip_set_nethash.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3