From: Julian Anastasov Date: Fri, 22 Mar 2013 09:46:54 +0000 (+0200) Subject: ipvs: do not disable bh for long time X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~235^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac69269a45e84c1772dcb9e77db976a932f4af22;p=pandora-kernel.git 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed