From bfe98c9a41236630a405ad1e34b3cd7cf8056b55 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 13 Dec 2010 12:40:06 +0100 Subject: Remove remnants of slist from ip_set_ahash.h --- kernel/include/linux/netfilter/ipset/ip_set_ahash.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kernel') diff --git a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h index 28ee1c1..7bb4113 100644 --- a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h +++ b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h @@ -3,7 +3,6 @@ #include #include -#include #include /* Hashing which uses arrays to resolve clashing. The hash table is resized @@ -552,9 +551,9 @@ type_pf_list(struct ip_set *set, printk("cb->args[2]: %lu, t %p n %p\n", cb->args[2], t, n); for (i = 0; i < n->pos; i++) { data = ahash_data(n, i); - printk("list hash %lu slist %p i %u, data %p", + printk("list hash %lu hbucket %p i %u, data %p", cb->args[2], n, i, data); - pr_debug("list hash %lu slist %p i %u", + pr_debug("list hash %lu hbucket %p i %u", cb->args[2], n, i); nested = ipset_nest_start(skb, IPSET_ATTR_DATA); if (!nested) { -- cgit v1.2.3