pppol2tp: calls unregister_pernet_gen_device() at unload time
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 28 Jul 2009 03:47:39 +0000 (03:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Aug 2009 19:20:34 +0000 (12:20 -0700)
Failure to call unregister_pernet_gen_device() can exhaust memory
if module is loaded/unloaded many times.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found