From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 5/5] IPVS: Remove ip_vs_sync_cleanup from section __exit Date: Tue, 01 Feb 2011 18:31:20 +0100 Message-ID: <4D484368.9060904@trash.net> References: <7j2t3lt.e4ea73185e9c52a3d68dc337ed04b422@obelix.schillstrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from stinky.trash.net ([213.144.137.162]:46401 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755713Ab1BARbW (ORCPT ); Tue, 1 Feb 2011 12:31:22 -0500 In-Reply-To: <7j2t3lt.e4ea73185e9c52a3d68dc337ed04b422@obelix.schillstrom.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Hans Schillstrom Cc: Simon Horman , netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lvs-devel@vger.kernel.org, Randy Dunlap , Stephen Rothwell Am 01.02.2011 18:12, schrieb Hans Schillstrom: >> [PATCH 5/5] IPVS: Remove ip_vs_sync_cleanup from section __exit >> > >> >ip_vs_sync_cleanup() may be called from ip_vs_init() on error >> >and thus needs to be accesible from section __init >> > >> >Reporte-by: Randy Dunlap >> >Signed-off-by: Simon Horman > Signed-off-by: Hans Schillstrom > Tested-by: Hans Schillstrom > Applied, thanks.