diff options
author | Harald Welte <laforge@netfilter.org> | 2005-08-09 20:19:44 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 15:50:57 -0700 |
commit | 2669d63d20683828f673b606915957f3a070602d (patch) | |
tree | 7e8ab15a956035e63b22237ffdd6d0101b391589 /Documentation/kbuild | |
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>
Diffstat (limited to 'Documentation/kbuild')
0 files changed, 0 insertions, 0 deletions