From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751241AbVHQUp2 (ORCPT ); Wed, 17 Aug 2005 16:45:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751242AbVHQUp1 (ORCPT ); Wed, 17 Aug 2005 16:45:27 -0400 Received: from zproxy.gmail.com ([64.233.162.205]:51482 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S1751241AbVHQUp0 (ORCPT ); Wed, 17 Aug 2005 16:45:26 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:mime-version:content-disposition:content-type:content-transfer-encoding:message-id; b=N+ateX/ZLGAqkn/+VBGKoNG34fq0F14OJUDr4qz4vi9rM50CMs0HyKgXcIxn/k5iu0CWJI7UMiId8VygZZ+/oCg7/D/B+1UfcI5xU0c5wbpclNgh0bTDrO0VC2KQDZP/fepSNQsceDdiaQLhaJWCHd3Nbny61qiYTC1s85Ic/K4= From: Jesper Juhl To: xfs-masters@oss.sgi.com Subject: [PATCH] pull XFS support out of Kconfig submenu Date: Wed, 17 Aug 2005 22:45:48 +0200 User-Agent: KMail/1.8.2 Cc: nathans@sgi.com, linux-xfs@oss.sgi.com, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200508172245.49043.jesper.juhl@gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org It seems slightly odd to me that XFS support should be in a separate submenu, when all the other filesystems are not using submenus but are directly selectable from the Filesystems menu. This patch makes XFS Kconfig entries behave like everything else. Ignore if there's a good reason for the menu, please consider applying otherwise. Please Cc: me on replies. Signed-off-by: Jesper Juhl --- fs/xfs/Kconfig | 5 +---- 1 files changed, 1 insertion(+), 4 deletions(-) --- linux-2.6.13-rc6-git9-orig/fs/xfs/Kconfig 2005-06-17 21:48:29.000000000 +0200 +++ linux-2.6.13-rc6-git9/fs/xfs/Kconfig 2005-08-17 22:38:26.000000000 +0200 @@ -1,5 +1,3 @@ -menu "XFS support" - config XFS_FS tristate "XFS filesystem support" select EXPORTFS if NFSD!=n @@ -22,6 +20,7 @@ config XFS_EXPORT bool + depends on XFS_FS default y if XFS_FS && EXPORTFS config XFS_RT @@ -81,5 +80,3 @@ Linux website . If you don't know what Access Control Lists are, say N. - -endmenu