From cffe9a53f6bacb0c72d83efa19b1a9764d44dc72 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 21 Dec 2010 20:47:08 +0100 Subject: Kernel version compatibility: support from 2.6.34 The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34. --- kernel/include/linux/netfilter/ipset/ip_set_ahash.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kernel/include') diff --git a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h index 7e0af3d..b7029e1 100644 --- a/kernel/include/linux/netfilter/ipset/ip_set_ahash.h +++ b/kernel/include/linux/netfilter/ipset/ip_set_ahash.h @@ -578,8 +578,8 @@ nla_put_failure: nlmsg_trim(skb, incomplete); ipset_nest_end(skb, atd); if (unlikely(first == cb->args[2])) { - pr_warn("Can't list set %s: one bucket does not fit into " - "a message. Please report it!\n", set->name); + pr_warning("Can't list set %s: one bucket does not fit into " + "a message. Please report it!\n", set->name); cb->args[2] = 0; } return 0; @@ -979,8 +979,8 @@ nla_put_failure: nlmsg_trim(skb, incomplete); ipset_nest_end(skb, atd); if (unlikely(first == cb->args[2])) { - pr_warn("Can't list set %s: one bucket does not fit into " - "a message. Please report it!\n", set->name); + pr_warning("Can't list set %s: one bucket does not fit into " + "a message. Please report it!\n", set->name); cb->args[2] = 0; } return 0; -- cgit v1.2.3