From: David S. Miller Date: Thu, 25 Jun 2009 09:45:42 +0000 (-0700) Subject: Revert "veth: prevent oops caused by netdev destructor" X-Git-Tag: v2.6.31-rc2~72^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11687a1099583273a8a98ec42af62b5bb5a69e45;p=pandora-kernel.git Revert "veth: prevent oops caused by netdev destructor" This reverts commit ae0e8e82205c903978a79ebf5e31c670b61fa5b4. This change had two problems: 1) Since it frees the stats in the drivers' close method, we can OOPS in the transmit routine. 2) stats are no longer remembered across ifdown/ifup which disagrees with how every other device operates. Thanks to analysis and test patch from Serge E. Hallyn and initial OOPS report by Sachin Sant. Signed-off-by: David S. Miller --- Reading git-diff-tree failed