From: Dmitry Mishin Date: Tue, 25 Apr 2006 00:18:25 +0000 (-0700) Subject: [NETFILTER]: x_tables: move table->lock initialization X-Git-Tag: v2.6.17-rc3~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91536b7ae67710ca888e03ea82c60f0ac073a015;p=pandora-kernel.git [NETFILTER]: x_tables: move table->lock initialization xt_table->lock should be initialized before xt_replace_table() call, which uses it. This patch removes strict requirement that table should define lock before registering. Signed-off-by: Dmitry Mishin Signed-off-by: Kirill Korotaev Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed