diff options
author | Julian Anastasov <ja@ssi.bg> | 2013-03-22 09:46:54 (GMT) |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-04-01 22:23:58 (GMT) |
commit | ac69269a45e84c1772dcb9e77db976a932f4af22 (patch) | |
tree | fbb3e410c21de0f0de8a8f33976f89afe97be7fe /lib | |
parent | ceec4c3816818459d90c92152e61371ff5b1d5a1 (diff) | |
download | linux-ac69269a45e84c1772dcb9e77db976a932f4af22.tar.xz |
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 'lib')
0 files changed, 0 insertions, 0 deletions