net: snmp: kill STATS_BH macros
authorEric Dumazet <edumazet@google.com>
Wed, 27 Apr 2016 23:44:43 +0000 (16:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2016 02:48:25 +0000 (22:48 -0400)
commit13415e46c5915e2dac089de516369005fbc045f9
treef0a676282ad3a6c5f19a0e8fb2a2c771b6433008
parentf3832ed2c27e7ad13300791db4089a7d4304f500
net: snmp: kill STATS_BH macros

There is nothing related to BH in SNMP counters anymore,
since linux-3.0.

Rename helpers to use __ prefix instead of _BH prefix,
for contexts where preemption is disabled.

This more closely matches convention used to update
percpu variables.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/icmp.h
include/net/ip.h
include/net/ipv6.h
include/net/sctp/sctp.h
include/net/snmp.h
include/net/tcp.h
include/net/udp.h
net/dccp/dccp.h
This page took 0.025445 seconds and 5 git commands to generate.