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)
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>

No differences found