From: Changli Gao Date: Fri, 12 Nov 2010 16:33:17 +0000 (+0100) Subject: netfilter: nf_conntrack: don't always initialize ct->proto X-Git-Tag: v2.6.39-rc1~468^2~510^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5fc9e7a666e5964b60e05903b90aa832354b68c;p=pandora-kernel.git netfilter: nf_conntrack: don't always initialize ct->proto ct->proto is big(60 bytes) due to structure ip_ct_tcp, and we don't need to initialize the whole for all the other protocols. This patch moves proto to the end of structure nf_conn, and pushes the initialization down to the individual protocols. Signed-off-by: Changli Gao Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed