diff options
author | Eric Dumazet <edumazet@google.com> | 2016-04-27 16:44:33 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-27 22:48:23 -0400 |
commit | 214d3f1f87e17357c422dad844f03be7b9d65ce7 (patch) | |
tree | ba4fd37cf35a80508f52ce5c9f17c0d6069f599e /net/ipv4 | |
parent | 90bbcc608369a1b46089b0f5aa22b8ea31ffa12e (diff) | |
download | linux-214d3f1f87e17357c422dad844f03be7b9d65ce7.tar.bz2 |
net: icmp: rename ICMPMSGIN_INC_STATS_BH()
Remove misleading _BH suffix.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 995fef9c5099..38abe70e595f 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -1006,7 +1006,7 @@ int icmp_rcv(struct sk_buff *skb) icmph = icmp_hdr(skb); - ICMPMSGIN_INC_STATS_BH(net, icmph->type); + ICMPMSGIN_INC_STATS(net, icmph->type); /* * 18 is the highest 'known' ICMP type. Anything else is a mystery * |