]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PATCH 2.5: kconfig spurious EXPERIMENTAL 3 (2_2)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 1 Aug 2002 05:24:30 +0000 (22:24 -0700)
committerChristoph Hellwig <hch@sb.bsdonline.org>
Thu, 1 Aug 2002 05:24:30 +0000 (22:24 -0700)
Symbol CONFIG_EXT3_FS doesn't depend on CONFIG_EXPERIMENTAL but claims
to in its banner.

fs/Config.in

index ffb3b91725c087f1be6be862e6e04de8ecef6eb8..1c8e8253459e9b60f9c848af8d4c40aa98651fd8 100644 (file)
@@ -26,7 +26,7 @@ dep_tristate 'Apple Macintosh file system support (EXPERIMENTAL)' CONFIG_HFS_FS
 
 dep_tristate 'BFS file system support (EXPERIMENTAL)' CONFIG_BFS_FS $CONFIG_EXPERIMENTAL
 
-tristate 'Ext3 journalling file system support (EXPERIMENTAL)' CONFIG_EXT3_FS
+tristate 'Ext3 journalling file system support' CONFIG_EXT3_FS
 # CONFIG_JBD could be its own option (even modular), but until there are
 # other users than ext3, we will simply make it be the same as CONFIG_EXT3_FS
 # dep_tristate '  Journal Block Device support (JBD for ext3)' CONFIG_JBD $CONFIG_EXT3_FS