diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2009-02-11 14:00:35 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2009-02-11 14:00:35 +0100 |
commit | 31c93a74639077ee39b448ff47f446b4864cfaea (patch) | |
tree | c6d0a29bdf8434fb7092ed79daf6011d15851431 /kernel/ip_set.c | |
parent | 95bd267a2a0b156d2574ef6d307add08062256f0 (diff) |
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.
Diffstat (limited to 'kernel/ip_set.c')
-rw-r--r-- | kernel/ip_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/ip.h> #include <linux/skbuff.h> #include <linux/random.h> -#include <linux/jhash.h> +#include <linux/netfilter_ipv4/ip_set_jhash.h> #include <linux/errno.h> #include <linux/capability.h> #include <asm/uaccess.h> |