commit | 0693e88e6ccf615d9674548d8b924cdd9a1c976c | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Sat May 07 01:48:02 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 09 12:05:59 2011 -0700 |
tree | c77546505f150e1e6c8a9a8390e7dc01a292d13d | |
parent | 48752e1b1802231ef2a076f34d861918b7d571c3 [diff] |
net: bonding: factor out rlock(bond->lock) in xmit path Pull read_lock(&bond->lock) and BOND_IS_OK() to bond_start_xmit() from mode-dependent xmit functions. netif_running() is always true in hard_start_xmit. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>