From: Patrick McHardy Date: Tue, 15 Jan 2008 07:45:11 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack_{tcp,sctp}: shrink state table X-Git-Tag: v2.6.25-rc1~1162^2~719 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e73c29d9243cc2e889a9d7155f331923eee655;p=pandora-kernel.git [NETFILTER]: nf_conntrack_{tcp,sctp}: shrink state table The TCP and SCTP conntrack state transition tables only holds small numbers, but gcc uses 4 byte per entry for the enum. Switching to an u8 reduces the size from 480 to 120 bytes for TCP and from 576 to 144 bytes for SCTP. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed