]> 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)
commit4f0f993f8c6f87bcf9cba413a566e26931d7c2cd
treef0a676282ad3a6c5f19a0e8fb2a2c771b6433008
parentf23dcafdb6d940d568a182f7a28172909a4cb849
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