]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PATCH 2.5: kconfig EXPERIMENTAL misformed
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:42:08 +0000 (23:42 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:42:08 +0000 (23:42 -0700)
Symbol CONFIG_INTERMEZZO_FS depends on CONFIG_EXPERIMENTAL but does
not say so in its banner in the usual way.

fs/Config.in

index c4b652f80d66e325c786b12d5e2c05dad69d03be..dcc7c5aed57ef6a7c1a6e36a636da626285ed549 100644 (file)
@@ -106,7 +106,7 @@ if [ "$CONFIG_NET" = "y" ]; then
    comment 'Network File Systems'
 
    dep_tristate 'Coda file system support (advanced network fs)' CONFIG_CODA_FS $CONFIG_INET
-   dep_tristate 'InterMezzo file system support (experimental, replicating fs)' CONFIG_INTERMEZZO_FS $CONFIG_INET $CONFIG_EXPERIMENTAL
+   dep_tristate 'InterMezzo file system support (replicating fs) (EXPERIMENTAL)' CONFIG_INTERMEZZO_FS $CONFIG_INET $CONFIG_EXPERIMENTAL
    dep_tristate 'NFS file system support' CONFIG_NFS_FS $CONFIG_INET
    dep_mbool '  Provide NFSv3 client support' CONFIG_NFS_V3 $CONFIG_NFS_FS
    dep_bool '  Root file system on NFS' CONFIG_ROOT_NFS $CONFIG_NFS_FS $CONFIG_IP_PNP