[NETFILTER]: nf_conntrack: replace horrible hack with ksize()
authorPekka Enberg <penberg@cs.helsinki.fi>
Mon, 10 Mar 2008 23:43:41 +0000 (16:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Mar 2008 23:43:41 +0000 (16:43 -0700)
There's a horrible slab abuse in net/netfilter/nf_conntrack_extend.c
that can be replaced with a call to ksize().

Cc: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found