From: Veaceslav Falico Date: Tue, 18 Feb 2014 06:48:39 +0000 (+0100) Subject: bonding: always set recv_probe to bond_arp_rcv in arp monitor X-Git-Tag: v3.15-rc1~113^2~313^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe68df97c7f132495664358e0bfbfcd4ca7809c;p=pandora-kernel.git bonding: always set recv_probe to bond_arp_rcv in arp monitor Currently we only set bond_arp_rcv() if we're using arp_validate, however this makes us skip updating last_arp_rx if we're not validating incoming ARPs - thus, if arp_validate is off, last_arp_rx will never be updated. Fix this by always setting up recv_probe = bond_arp_rcv, even if we're not using arp_validate. CC: Jay Vosburgh CC: Andy Gospodarek Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed