From: Mahesh Bandewar <mah...@bandewar.net> Date: Tue, 11 Apr 2017 22:36:00 -0700
> From: Mahesh Bandewar <mahe...@google.com> > > When link transitions from LINK_FAIL to LINK_UP, the commit phase is > not called. This leads to an erroneous state causing slave-link state to > get stuck in "going down" state while its speed and duplex are perfectly > fine. This issue is a side-effect of splitting link-set into propose and > commit phases introduced by de77ecd4ef02 ("bonding: improve link-status > update in mii-monitoring") > > This patch fixes these issues by calling commit phase whenever link > state change is proposed. > > Fixes: de77ecd4ef02 ("bonding: improve link-status update in mii-monitoring") > Signed-off-by: Mahesh Bandewar <mahe...@google.com> Applied, thanks.