diff options
author | Denis V. Lunev <den@openvz.org> | 2008-10-08 10:34:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-08 11:15:46 -0700 |
commit | 55d43808eb26e689dacb95b11f956a3b1a56a5f3 (patch) | |
tree | 952e6111369f95ab5c25e41c439823966590ecec /net/ipv6/icmp.c | |
parent | a712d3e859b78edc44d5664d867626d3022bd18e (diff) | |
download | linux-3.10-55d43808eb26e689dacb95b11f956a3b1a56a5f3.tar.gz linux-3.10-55d43808eb26e689dacb95b11f956a3b1a56a5f3.tar.bz2 linux-3.10-55d43808eb26e689dacb95b11f956a3b1a56a5f3.zip |
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/icmp.c')
-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 4c961556306..9b7d19ae5ce 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c @@ -693,7 +693,7 @@ static int icmpv6_rcv(struct sk_buff *skb) type = hdr->icmp6_type; - ICMP6MSGIN_INC_STATS_BH(idev, type); + ICMP6MSGIN_INC_STATS_BH(dev_net(dev), idev, type); switch (type) { case ICMPV6_ECHO_REQUEST: |