]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6e0e7d56bdf62e7905ba641e6aa338ad9407d27b
treef0a676282ad3a6c5f19a0e8fb2a2c771b6433008
parent6e9a660250c2e76e3fba14e511cb7255a0a8c126
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