]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag
authorJiri Pirko <jpirko@redhat.com>
Wed, 16 Mar 2011 08:46:43 +0000 (08:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Mar 2011 19:51:20 +0000 (12:51 -0700)
commit7a630c81e69b40c67552f1ed347e8a0ba85068ff
tree5c9c43a4d02c75b3c46e9fff94bb3f77c0607cd7
parenta050d5dceb4a82704bfc5dd4049ee38ffb681182
bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag

Since bond-related code was moved from net/core/dev.c into bonding,
IFF_SLAVE_INACTIVE is no longer needed. Replace is with flag "inactive"
stored in slave structure

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Reviewed-by: Nicolas de Pesloüan <nicolas.2p.debian@free.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
drivers/net/bonding/bond_sysfs.c
drivers/net/bonding/bonding.h