diff options
author | Eric Dumazet <edumazet@google.com> | 2016-04-27 16:44:36 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-27 22:48:24 -0400 |
commit | a16292a0f0e0cef40ed51685dfde12b3002959b5 (patch) | |
tree | 8851d011f86fc64ca6ef0b39455e7a76c02f8de3 /net/sctp | |
parent | b45386efa2ec4533196a24d397ec5f9f0a42abc4 (diff) | |
download | talos-obmc-linux-a16292a0f0e0cef40ed51685dfde12b3002959b5.tar.gz talos-obmc-linux-a16292a0f0e0cef40ed51685dfde12b3002959b5.zip |
net: rename ICMP6_INC_STATS_BH()
Rename ICMP6_INC_STATS_BH() to __ICMP6_INC_STATS()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index ce46f1c7f133..0657d18a85bf 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c @@ -162,7 +162,7 @@ static void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, skb->network_header = saveip; skb->transport_header = savesctp; if (!sk) { - ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_INERRORS); + __ICMP6_INC_STATS(net, idev, ICMP6_MIB_INERRORS); goto out; } |