]> git.baikalelectronics.ru Git - kernel.git/commit
net: remove bh disabling around percpu_counter accesses
authorEric Dumazet <edumazet@google.com>
Fri, 20 Jan 2017 13:06:08 +0000 (05:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jan 2017 16:27:22 +0000 (11:27 -0500)
commit0788a067beeb5d6ffcb36e2e6af4a607d78774d1
tree0feeac1e086d1179ce3bce1482d5cd27653aa33a
parentebfc1cbc06081c1fc2d2d84a2c80f97f1b377f04
net: remove bh disabling around percpu_counter accesses

Shaohua Li made percpu_counter irq safe in commit 960dd36b75f9
("percpu_counter: make APIs irq safe")

We can safely remove BH disable/enable sections around various
percpu_counter manipulations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst_ops.h
include/net/inet_frag.h
net/ipv4/inet_connection_sock.c
net/ipv4/proc.c
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c