From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] table->lock initialization move Date: Fri, 21 Apr 2006 01:26:38 +0200 Message-ID: <444818AE.4040509@trash.net> References: <200604171514.02014.dim@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: dev@openvz.org, netfilter-devel@lists.netfilter.org, devel@openvz.org Return-path: To: Dmitry Mishin In-Reply-To: <200604171514.02014.dim@openvz.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Dmitry Mishin wrote: > 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. Applied, thanks.