aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-10-08 10:34:14 -0700
committerDavid S. Miller <davem@davemloft.net>2008-10-08 11:15:05 -0700
commit5a57d4c7fdac0e227efe8c5739fcbb263d9ae993 (patch)
tree77ebd3127bc823b31c1c82c1cfc6aa3a9c3f74d1 /net/ipv6/mcast.c
parent5c5d244bd388fe498dd7f5f57cb7770aae40b9ab (diff)
downloadkernel_samsung_smdk4412-5a57d4c7fdac0e227efe8c5739fcbb263d9ae993.zip
kernel_samsung_smdk4412-5a57d4c7fdac0e227efe8c5739fcbb263d9ae993.tar.gz
kernel_samsung_smdk4412-5a57d4c7fdac0e227efe8c5739fcbb263d9ae993.tar.bz2
ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/mcast.c')
-rw-r--r--net/ipv6/mcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
index a96e423..d7b3c6d 100644
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -1474,7 +1474,7 @@ static void mld_sendpack(struct sk_buff *skb)
dst_output);
out:
if (!err) {
- ICMP6MSGOUT_INC_STATS_BH(idev, ICMPV6_MLD2_REPORT);
+ ICMP6MSGOUT_INC_STATS_BH(net, idev, ICMPV6_MLD2_REPORT);
ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTMSGS);
IP6_INC_STATS_BH(net, idev, IPSTATS_MIB_OUTMCASTPKTS);
} else