]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bonding: fix multiple module load problem
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 11 Jun 2009 12:46:04 +0000 (05:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:31:27 +0000 (16:31 -0700)
commit442427fba55fa4d8c6a53913feb752ecf137984c
treef39dea8121f374edb259b5d09fa66fbc4af0401a
parent870d0715a666e5adb4da015701efd15daad3fbb4
bonding: fix multiple module load problem

[ Upstream commit 130aa61a77b8518f1ea618e1b7d214d60b405f10 ]

Some users still load bond module multiple times to create bonding
devices.  This accidentally was broken by a later patch about
the time sysfs was fixed.  According to Jay, it was broken
by:
   commit b8a9787eddb0e4665f31dd1d64584732b2b5d051
   Author: Jay Vosburgh <fubar@us.ibm.com>
   Date:   Fri Jun 13 18:12:04 2008 -0700

     bonding: Allow setting max_bonds to zero

Note: sysfs and procfs still produce WARN() messages when this is done
so the sysfs method is the recommended API.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/bonding/bond_sysfs.c