From: Jay Vosburgh Date: Fri, 7 Dec 2007 07:40:35 +0000 (-0800) Subject: bonding: Fix race at module unload X-Git-Tag: v2.6.24-rc5~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdaea7a93d097b066e76c7db6091228a84f87ec2;p=pandora-kernel.git bonding: Fix race at module unload Fixes a race condition in module unload. Without this change, workqueue events may fire while bonding data structures are partially freed but before bond_close() is invoked by unregister_netdevice(). Update version to 3.2.3. Signed-off-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed