Skip to content
Commit 2669d63d authored by Harald Welte's avatar Harald Welte Committed by David S. Miller
Browse files

[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: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bb97d31f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment