From: Nikolay Aleksandrov Date: Mon, 15 Sep 2014 15:19:35 +0000 (+0200) Subject: bonding: consolidate ASSERT_RTNL()s and remove the unnecessary X-Git-Tag: fixes-against-v3.18-rc2~81^2~55^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0974585e74cc16446bc0690f0545b72aa2a3485;p=pandora-kernel.git bonding: consolidate ASSERT_RTNL()s and remove the unnecessary Consolidate the calls to ASSERT_RTNL() before bond_select_active_slave() inside bond_select_active_slave() itself and remove the ASSERT_RTNL() from bond_hw_addr_swap() as it's not exported and its only caller - bond_change_active_slave() already has an ASSERT_RTNL(). Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-diff-tree failed