From: Linus Torvalds Subject: Re: [patch 146/148] fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out Date: Mon, 20 Oct 2008 08:49:47 -0700 (PDT) Message-ID: References: <200810190328.m9J3Snvw000579@imap1.linux-foundation.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: adobriyan@gmail.com, linux-ext4@vger.kernel.org To: akpm@linux-foundation.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:50195 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776AbYJTPuS (ORCPT ); Mon, 20 Oct 2008 11:50:18 -0400 In-Reply-To: <200810190328.m9J3Snvw000579@imap1.linux-foundation.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sat, 18 Oct 2008, akpm@linux-foundation.org wrote: > > Use fs/*/Kconfig more, which is good because everything related to one > filesystem is in one place and fs/Kconfig is quite fat. Umm. This removes the EXT2 things from fs/Kconfig, but leaves everything else. So now EXT3/EXT4 and JDB/JDB2 symbols are done twice! Well, JDB/JDB2 aren't actually wired up, because there's no "source fs/jdb[2]/Kconfig added. Whaa? Not applied. Please fix, or explain why the obvious bug was intentional. Linus