From: Harald Welte Date: Wed, 10 Aug 2005 03:19:44 +0000 (-0700) Subject: [NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memory X-Git-Tag: v2.6.14-rc1~1035^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2669d63d20683828f673b606915957f3a070602d;p=pandora-kernel.git [NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memory According to DaveM, it is preferrable to have large data structures be allocated dynamically from the module init() function rather than putting them as static global variables into BSS. This patch moves the conntrack helper packet buffers into dynamically allocated memory. Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed