commit | 8d2ada77f8a7f8f65fcbf71b23cbac54b64151a6 | [log] [tgz] |
---|---|---|
author | nikolay@redhat.com <nikolay@redhat.com> | Wed Jun 26 17:13:37 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 27 22:50:15 2013 -0700 |
tree | bf48e3ada33e8b2cc151c3a23adef15e188d85eb | |
parent | 3a36515f729458c8efa0c124c7262d5843ad5c37 [diff] |
bonding: remove unnecessary setup_by_slave member We have a member called setup_by_slave in struct bonding to denote if the bond dev has different type than ARPHRD_ETHER, but that is already denoted in bond's netdev type variable if it was setup by the slave, so use that instead of the member. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>