diff options
author | Julian Anastasov <ja@ssi.bg> | 2013-03-22 10:46:54 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-04-02 00:23:58 +0200 |
commit | ac69269a45e84c1772dcb9e77db976a932f4af22 (patch) | |
tree | fbb3e410c21de0f0de8a8f33976f89afe97be7fe /net/ipv4 | |
parent | ipvs: convert services to rcu (diff) | |
download | linux-ac69269a45e84c1772dcb9e77db976a932f4af22.tar.xz linux-ac69269a45e84c1772dcb9e77db976a932f4af22.zip |
ipvs: do not disable bh for long time
We used a global BH disable in LOCAL_OUT hook.
Add _bh suffix to all places that need it and remove
the disabling from LOCAL_OUT and sync code.
Functions like ip_defrag need protection from
BH, so add it. As for nf_nat_mangle_tcp_packet, it needs
RCU lock.
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions