From: Pekka Enberg Date: Mon, 9 Jun 2008 22:58:39 +0000 (-0700) Subject: netfilter: nf_conntrack_extend: use krealloc() in nf_conntrack_extend.c V2 X-Git-Tag: v2.6.27-rc1~969^2~343 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d8519c9cf87e9d8a0cc5b9734fda02af66d7e2;p=pandora-kernel.git netfilter: nf_conntrack_extend: use krealloc() in nf_conntrack_extend.c V2 The ksize() API is going away because it is being abused and it doesn't even work consistenly across different allocators. Therefore, convert net/netfilter/nf_conntrack_extend.c to use krealloc(). Signed-off-by: Pekka Enberg Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed