From: Stephen Hemminger Date: Wed, 18 Feb 2009 15:30:20 +0000 (+0100) Subject: netfilter: x_tables: remove unneeded initializations X-Git-Tag: v2.6.30-rc1~662^2~48^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8222b9e71b690c8388bb0ebe5c3e5a1469e884;p=pandora-kernel.git netfilter: x_tables: remove unneeded initializations Later patches change the locking on xt_table and the initialization of the lock element is not needed since the lock is always initialized in xt_table_register anyway. Signed-off-by: Stephen Hemminger Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed