summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-13 13:41:21 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-13 13:41:21 +0100
commit49e8041b484d32f2b18443f2d60184a83eb0392a (patch)
tree3989d61d6162e7a83a0cbfb231d4d51d2ebd4d04
parentbfe98c9a41236630a405ad1e34b3cd7cf8056b55 (diff)
Convert last printks to pr_debug in ip_set_ahash.h
-rw-r--r--kernel/include/linux/netfilter/ipset/ip_set_ahash.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
index 7bb4113..8650b62 100644
--- a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
+++ b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
@@ -548,13 +548,11 @@ type_pf_list(struct ip_set *set,
for (; cb->args[2] < jhash_size(t->htable_bits); cb->args[2]++) {
incomplete = skb_tail_pointer(skb);
n = hbucket(t, cb->args[2]);
- printk("cb->args[2]: %lu, t %p n %p\n", cb->args[2], t, n);
+ pr_debug("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 hbucket %p i %u, data %p",
+ pr_debug("list hash %lu hbucket %p i %u, data %p",
cb->args[2], n, i, data);
- pr_debug("list hash %lu hbucket %p i %u",
- cb->args[2], n, i);
nested = ipset_nest_start(skb, IPSET_ATTR_DATA);
if (!nested) {
if (cb->args[2] == first) {