]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: use last_arp_rx in bond_loadbalance_arp_mon()
authorVeaceslav Falico <vfalico@redhat.com>
Tue, 18 Feb 2014 06:48:44 +0000 (07:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2014 21:47:15 +0000 (16:47 -0500)
commit56e813956a867d5ef4f8bfac68702ab912be773b
tree85bfc9cb8f4fc6b4f037b0dbbf2a7ab42e3ad8a4
parente33015188a33dab0e2d480c0efbf78a6ebab298c
bonding: use last_arp_rx in bond_loadbalance_arp_mon()

Now that last_arp_rx correctly show the last time we've received an ARP, we
can use it safely instead of slave->dev->last_rx.

CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c