diff options
author | Denis V. Lunev <den@openvz.org> | 2008-10-08 13:34:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-08 14:15:46 -0400 |
commit | 55d43808eb26e689dacb95b11f956a3b1a56a5f3 (patch) | |
tree | 952e6111369f95ab5c25e41c439823966590ecec /net/ipv6 | |
parent | a712d3e859b78edc44d5664d867626d3022bd18e (diff) |
ipv6: added net argument to ICMP6MSGIN_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')
-rw-r--r-- | net/ipv6/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index 4c961556306a..9b7d19ae5ced 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c | |||
@@ -693,7 +693,7 @@ static int icmpv6_rcv(struct sk_buff *skb) | |||
693 | 693 | ||
694 | type = hdr->icmp6_type; | 694 | type = hdr->icmp6_type; |
695 | 695 | ||
696 | ICMP6MSGIN_INC_STATS_BH(idev, type); | 696 | ICMP6MSGIN_INC_STATS_BH(dev_net(dev), idev, type); |
697 | 697 | ||
698 | switch (type) { | 698 | switch (type) { |
699 | case ICMPV6_ECHO_REQUEST: | 699 | case ICMPV6_ECHO_REQUEST: |