From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Subject: Re: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL Date: Wed, 13 Jun 2007 14:59:16 +0900 Message-ID: References: <20070612.010855.51301101.davem@davemloft.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: David Miller Return-path: In-Reply-To: <20070612.010855.51301101.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org At Tue, 12 Jun 2007 01:08:55 -0700 (PDT), David Miller wrote: > > From: Yoshinori Sato > Date: Tue, 12 Jun 2007 16:38:55 +0900 > > > It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y. > > In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y. > > > > Signed-off-by: Yoshinori Sato > > 1) Please post networking patches to netdev@vger.kernel.org > which has been added to the CC: It was understood. > 2) It is much better to add the appropriate CONFIG_SYSCTL > ifdefs to the INET code than to force it on for everyone. It examined that, but many corrections become necessary. -- Yoshinori Sato