]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv4/inet_connection_sock.c
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)
commitc2a2efbbfcb31bedcf81170fc1aa920255c33b8f
tree0feeac1e086d1179ce3bce1482d5cd27653aa33a
parent0a327889f64619ac3ec886208644191cd87de525
net: remove bh disabling around percpu_counter accesses

Shaohua Li made percpu_counter irq safe in commit 098faf5805c8
("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