Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751318AbWCZMdb (ORCPT ); Sun, 26 Mar 2006 07:33:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751327AbWCZMdb (ORCPT ); Sun, 26 Mar 2006 07:33:31 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:517 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1751318AbWCZMda (ORCPT ); Sun, 26 Mar 2006 07:33:30 -0500 Date: Sun, 26 Mar 2006 14:33:28 +0200 From: Adrian Bunk To: Jens Axboe Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [-mm patch] BLK_DEV_IO_TRACE Kconfig fixes Message-ID: <20060326123328.GN4053@stusta.de> References: <20060323014046.2ca1d9df.akpm@osdl.org> <20060326122540.GL4053@stusta.de> <20060326122743.GF4290@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060326122743.GF4290@suse.de> User-Agent: Mutt/1.5.11+cvs20060126 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1651 Lines: 53 On Sun, Mar 26, 2006 at 02:27:44PM +0200, Jens Axboe wrote: > On Sun, Mar 26 2006, Adrian Bunk wrote: > > On Thu, Mar 23, 2006 at 01:40:46AM -0800, Andrew Morton wrote: > > >... > > > Changes since 2.6.16-rc6-mm2: > > >... > > > git-blktrace.patch > > >... > > > git trees. > > >... > > > > BLK_DEV_IO_TRACE breaks the rule "If you select something, you must > > endure that the dependencies of what you are select'ing are fulfilled." > > resulting in the following compile error with CONFIG_SYSFS=n: > > > > <-- snip --> > > > > ... > > LD .tmp_vmlinux1 > > fs/built-in.o: In function `debugfs_init':inode.c:(.init.text+0x3d35): > > undefined reference to `kernel_subsys' > > make: *** [.tmp_vmlinux1] Error 1 > > > > <-- snip --> > > > > This patch fixes this bug. > > > > Additionally, it moves the BLK_DEV_IO_TRACE option that now depends on > > DEBUG_KERNEL into the menu with the other DEBUG_KERNEL options. > > Thanks for the sysfs fix, however don't move the kconfig entry, this > isn't a debug option. It select's an option depending on DEBUG_KERNEL, and therefore also has to depend on DEBUG_KERNEL. > Jens Axboe cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/