From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 2/3] ipvs: Netfilter connection tracking changes Date: Tue, 21 Sep 2010 16:58:43 +0200 Message-ID: <4C98C823.1010204@trash.net> References: <4C935EE3.5070207@trash.net> <20100919120010.GB18134@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Julian Anastasov , lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org To: Simon Horman Return-path: In-Reply-To: <20100919120010.GB18134@verge.net.au> Sender: lvs-devel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Am 19.09.2010 14:00, schrieb Simon Horman: > On Fri, Sep 17, 2010 at 10:38:14PM +0300, Julian Anastasov wrote: >> >> Hello, >> >> On Fri, 17 Sep 2010, Patrick McHardy wrote: >> >>> This one doesn't compile cleanly with CONFIG_IP_VS_NFCT=n: >>> >>> CC [M] net/netfilter/ipvs/ip_vs_ftp.o >>> net/netfilter/ipvs/ip_vs_ftp.c: In function 'ip_vs_ftp_out': >>> net/netfilter/ipvs/ip_vs_ftp.c:242: error: implicit declaration of >>> function 'ip_vs_nfct_expect_related' >> >> I'm able to reproduce it only by commenting >> CONFIG_IP_VS_FTP and CONFIG_IP_VS_NFCT and then this command fails: >> >> make net/netfilter/ipvs/ip_vs_ftp.o >> >> In all other cases if CONFIG_IP_VS_FTP is enabled >> the 'select IP_VS_NFCT' does its job and enables >> CONFIG_IP_VS_NFCT. Am I missing something? >> >>> Please fix this and resend. > > I saw the same problem as Patrick when I ran > > $ make oldconfig > $ make M=net/netfilter/ipvs/ > > However, it went away once I ran > > $ make That might indeed have been the problem, I can't recall, but sometimes I just build the affected subdirectories until I've applied the last patch of a series.