commit | 019f692ea719a2da17606511d2648b8cc1762268 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <[email protected]> | Mon Mar 10 16:43:41 2008 -0700 |
committer | David S. Miller <[email protected]> | Mon Mar 10 16:43:41 2008 -0700 |
tree | 361999750dade856ff7dd1a5cb2ec2a06370f922 | |
parent | 3d89e9cf3690b4645ce73b86c219c8188f8fa50a [diff] |
[NETFILTER]: nf_conntrack: replace horrible hack with ksize() 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 <[email protected]> Signed-off-by: Pekka Enberg <[email protected]> Signed-off-by: Patrick McHardy <[email protected]> Signed-off-by: David S. Miller <[email protected]>