From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: small check_entry & module_refcount cleanup Date: Thu, 07 Sep 2006 17:02:36 +0200 Message-ID: <4500348C.4010508@trash.net> References: <200609041617.39950.dim@openvz.org> <200609060124.k861OBle010614@toshiba.co.jp> <44FF1209.2000302@trash.net> <200609071408.28380.dim@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org, Yasuyuki KOZAKAI Return-path: To: Dmitry Mishin In-Reply-To: <200609071408.28380.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: > While standard_target has target->me == NULL, module_put() should be > called for it as for others, because there were try_module_get() before. Applied, thanks Dmitry.