commit | 2669d63d20683828f673b606915957f3a070602d | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Tue Aug 09 20:19:44 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:50:57 2005 -0700 |
tree | 7e8ab15a956035e63b22237ffdd6d0101b391589 | |
parent | bb97d31f5130d677644d9931ef38613d1164ec94 [diff] |
[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 <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>