[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140401.161221.2203778202011452309.davem@davemloft.net>
Date: Tue, 01 Apr 2014 16:12:21 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: zheng.x.li@...cle.com
Cc: netdev@...r.kernel.org, fubar@...ibm.com, andy@...yhouse.net,
j.vosburgh@...il.com, linux-kernel@...r.kernel.org,
joe.jin@...cle.com
Subject: Re: [PATCH v2] bonding: Inactive slaves should keep inactive
flag's value
From: Zheng Li <zheng.x.li@...cle.com>
Date: Tue, 1 Apr 2014 16:02:07 +0800
> - if ((bond->params.mode == BOND_MODE_ACTIVEBACKUP)
> + if ((bond->params.mode == BOND_MODE_ACTIVEBACKUP || bond_is_lb(bond))
As has been suggested, please use USES_PRIMARY() for this entire
logical test.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists