From: Jan Engelhardt Date: Wed, 24 Feb 2010 17:36:04 +0000 (+0100) Subject: netfilter: xtables: reduce arguments to translate_table X-Git-Tag: v2.6.34-rc1~233^2~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f234214d15fa914436d304ecf5c3e43449e79f9;p=pandora-kernel.git netfilter: xtables: reduce arguments to translate_table Just pass in the entire repl struct. In case of a new table (e.g. ip6t_register_table), the repldata has been previously filled with table->name and table->size already (in ip6t_alloc_initial_table). Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed