aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-04-27 16:44:42 -0700
committerDavid S. Miller <davem@davemloft.net>2016-04-27 22:48:25 -0400
commitf3832ed2c27e7ad13300791db4089a7d4304f500 (patch)
tree7b1e100e10bdc85bef0de5453fca5e93e910c8f2 /net/ipv6/icmp.c
parentipv6: rename IP6_UPD_PO_STATS_BH() (diff)
downloadlinux-dev-f3832ed2c27e7ad13300791db4089a7d4304f500.tar.xz
linux-dev-f3832ed2c27e7ad13300791db4089a7d4304f500.zip
ipv6: kill ICMP6MSGIN_INC_STATS_BH()
IPv6 ICMP stats are atomics anyway. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r--net/ipv6/icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
index 823a1fc576e3..23b9a4cc418e 100644
--- a/net/ipv6/icmp.c
+++ b/net/ipv6/icmp.c
@@ -728,7 +728,7 @@ static int icmpv6_rcv(struct sk_buff *skb)
type = hdr->icmp6_type;
- ICMP6MSGIN_INC_STATS_BH(dev_net(dev), idev, type);
+ ICMP6MSGIN_INC_STATS(dev_net(dev), idev, type);
switch (type) {
case ICMPV6_ECHO_REQUEST: