From: Patrick McHardy Date: Sun, 3 Dec 2006 06:04:50 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: fix helper structure alignment X-Git-Tag: v2.6.20-rc1~34^2~40^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9aae95828d3478520f4bd73221bcb450ec1a5c0;p=pandora-kernel.git [NETFILTER]: nf_conntrack: fix helper structure alignment Adding the alignment to the size doesn't make any sense, what it should do is align the size of the conntrack structure to the alignment requirements of the helper structure and return an aligned pointer in nfct_help(). Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed