From: Cyrill Gorcunov Date: Wed, 12 Aug 2009 23:39:16 +0000 (-0700) Subject: net,pppoe: fixup module init/exit subsequent calls X-Git-Tag: v2.6.32-rc1~703^2~448 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f6642ee9418e962e54cbc07471cfe2e559c568;p=pandora-kernel.git net,pppoe: fixup module init/exit subsequent calls pernet data should allocated first and freed last on module init/exit routines otherwise it's possible to have unserialized calls to packet handling routines. Signed-off-by: Cyrill Gorcunov Signed-off-by: David S. Miller --- Reading git-diff-tree failed