From: Maxim Uvarov Date: Mon, 9 Jan 2012 12:01:37 +0000 (+0000) Subject: bond_alb: don't disable softirq under bond_alb_xmit X-Git-Tag: v3.3-rc1~82^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f515e6b77045b4b1f54617d9fbf4a22b95a58757;p=pandora-kernel.git bond_alb: don't disable softirq under bond_alb_xmit No need to lock soft irqs under bond_alb_xmit() which already has softirq disabled. Changes: 1. add non-bh/bh version to tlb_clear_slave() 2. represent BH and non BH hash table locks _lock_rx_hashtbl_bh/_unlock_rx_hashtbl_bh _lock_rx_hashtbl/_unlock_rx_hashtbl _lock_tx_hashtbl_bh/_unlock_tx_hashtbl_bh _lock_tx_hashtbl/_unlock_tx_hashtbl Signed-off-by: Maxim Uvarov Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed