lkml.org 
[lkml]   [2005]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] pull XFS support out of Kconfig submenu
Date
It seems slightly odd to me that XFS support should be in a seperate 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.


Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

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 <http://acl.bestbits.at/>.

If you don't know what Access Control Lists are, say N.
-
-endmenu

-
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/

\
 
 \ /
  Last update: 2005-08-17 22:48    [W:0.029 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site