David Miller wrote: > From: David Miller > Date: Thu, 05 Mar 2009 00:56:46 -0800 (PST) > > >> Then bond_neigh_setup() has the same bug, doesn't it? >> Indeed. But this seems to be the last one. > > Looking at the bond_main.c changes in: > > commit 008298231abbeb91bc7be9e8b078607b816d1a4a > Author: Stephen Hemminger > Date: Thu Nov 20 20:14:53 2008 -0800 > > netdev: add more functions to netdevice ops > > shows that it always behaved that way. > Yes, but that patch introduced the requirement to pass the correct device down since now the handlers need it to get to the ops of the underlying device. Previously they all relied on the handlers not using their private data. Signed-off-by: Patrick McHardy