l2tp_eth: fix memory allocation
authorJiri Pirko <jpirko@redhat.com>
Fri, 23 Apr 2010 01:01:52 +0000 (01:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Apr 2010 23:37:33 +0000 (16:37 -0700)
commit3a737028630bb3c2b9efc38b9ddef2e09b06b808
treed1d1a4fbaa71f966f4f9b793a792211d59fda834
parente773aaff8295e7f3428d9cf6f8a476a33de00716
l2tp_eth: fix memory allocation

Since .size is set properly in "struct pernet_operations l2tp_eth_net_ops",
allocating space for "struct l2tp_eth_net" by hand is not correct, even causes
memory leakage.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_eth.c