Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934038AbWKTJs6 (ORCPT ); Mon, 20 Nov 2006 04:48:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934039AbWKTJs6 (ORCPT ); Mon, 20 Nov 2006 04:48:58 -0500 Received: from mx1.redhat.com ([66.187.233.31]:18571 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S934038AbWKTJs5 (ORCPT ); Mon, 20 Nov 2006 04:48:57 -0500 Message-ID: <456179F6.1060501@redhat.com> Date: Mon, 20 Nov 2006 09:48:38 +0000 From: Patrick Caulfield Organization: Red Hat User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: Stefan Richter CC: cluster-devel@redhat.com, linux-kernel@vger.kernel.org, David Teigland , Andrew Morton Subject: Re: [PATCH 2.6.19-rc5-mm2] fs/dlm: fix recursive dependency in Kconfig References: In-Reply-To: X-Enigmail-Version: 0.94.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 21 Stefan Richter wrote: > make xconfig says > "Warning! Found recursive dependency: INET IPV6 DLM (null) DLM_TCP INET" > > Seems to be another example of how badly the "select" keyword is handled > by the .config make targets. Replace all occurences of "select" in dlm's > Kconfig by "depends on" and some additional help texts. > The problem I found when using DEPENDS rather than SELECT in that position is that if you don't already have LINET or SCTP selected then neither of the transports appear and you can effectively select the DLM without any transports. and that won't compile. I prefer the already posted solutions to this. patrick - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/