Merge branch 'bonding-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 20:40:39 +0000 (16:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 20:40:39 +0000 (16:40 -0400)
Ding Tianhong says:

====================
bonding: slight optimization and avoid spam for bond xmit path

v1->v2: Add ratelimit for debugging is not a good idea, it will miss some message
if the user turns the debugging on, so remove the patch 3.
use net_err_ratelimited instead of pr_err_ratelimited and use __func__ instead of
bond_xmit_broadcast().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge