commit | 07f6642ee9418e962e54cbc07471cfe2e559c568 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Wed Aug 12 16:39:16 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 12 16:39:16 2009 -0700 |
tree | d91644c131130086be22b82a07979dcc85ea8ac9 | |
parent | bbd8a0d3a3b65d341437f8b99c828fa5cc29c739 [diff] |
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 <gorcunov@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>