bonding: Manage /proc/net/bonding/ entries from the netdev events
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 9 Jul 2012 10:51:45 +0000 (10:51 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 15:58:58 +0000 (08:58 -0700)
commitd418f998832c7fd8f783e05cec7da6125720360d
treec480c50d912beb2afcd2c52aebf89653b1aef955
parentf4e2229ea5d49e338fce36b2c36f22b525fbeff6
bonding: Manage /proc/net/bonding/ entries from the netdev events

commit a64d49c3dd504b685f9742a2f3dcb11fb8e4345f upstream.

It was recently reported that moving a bonding device between network
namespaces causes warnings from /proc.  It turns out after the move we
were trying to add and to remove the /proc/net/bonding entries from the
wrong network namespace.

Move the bonding /proc registration code into the NETDEV_REGISTER and
NETDEV_UNREGISTER events where the proc registration and unregistration
will always happen at the right time.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/bonding/bond_main.c