From: Jay Vosburgh Date: Sat, 23 Sep 2006 04:54:10 +0000 (-0700) Subject: [PATCH] bonding: Add priv_flag to avoid event mishandling X-Git-Tag: v2.6.19-rc1~897^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b680e753724d31a9c45f059d1aad29df54584a1;p=pandora-kernel.git [PATCH] bonding: Add priv_flag to avoid event mishandling Add priv_flag to specifically identify bonding-involved devices. Needed because IFF_MASTER is an unreliable identifier (vlan interfaces above bonding will inherit IFF_MASTER). Misidentification of devices would cause notifier events for other devices to be erroneously processed by bonding, causing various havoc. Bug discovered by Martin Papik ; this patch is modified from his original. Signed-off-by: Martin Papik Signed-off-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed