From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755897Ab1BARbY (ORCPT ); Tue, 1 Feb 2011 12:31:24 -0500 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 Message-ID: <4D484368.9060904@trash.net> Date: Tue, 01 Feb 2011 18:31:20 +0100 From: Patrick McHardy User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 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 Subject: Re: [PATCH 5/5] IPVS: Remove ip_vs_sync_cleanup from section __exit References: <7j2t3lt.e4ea73185e9c52a3d68dc337ed04b422@obelix.schillstrom.com> In-Reply-To: <7j2t3lt.e4ea73185e9c52a3d68dc337ed04b422@obelix.schillstrom.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.