From: Florian Westphal Date: Mon, 24 Nov 2014 14:25:57 +0000 (+0100) Subject: netfilter: conntrack: avoid zeroing timer X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~99^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41884ce0562841b98fa9790c9209c9073121a15;p=pandora-kernel.git netfilter: conntrack: avoid zeroing timer add a __nfct_init_offset annotation member to struct nf_conn to make it clear which members are covered by the memset when the conntrack is allocated. This avoids zeroing timer_list and ct_net; both are already inited explicitly. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed