From: Pablo Neira Ayuso Date: Thu, 3 Apr 2014 23:22:45 +0000 (+0200) Subject: netfilter: nf_tables: deconstify table and chain in context structure X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~176^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c95f6d866d861268a217003c5202009fa76f252;p=pandora-kernel.git netfilter: nf_tables: deconstify table and chain in context structure The new transaction infrastructure updates the family, table and chain objects in the context structure, so let's deconstify them. While at it, move the context structure initialization routine to the top of the source file as it will be also used from the table and chain routines. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed