From: Greg Banks Date: Thu, 20 Jun 2002 06:42:08 +0000 (-0700) Subject: [PATCH] PATCH 2.5: kconfig EXPERIMENTAL misformed X-Git-Tag: v2.5.24~60 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=9e6995e3d9b8f47c6711713d4442f3dcf0938441;p=history.git [PATCH] PATCH 2.5: kconfig EXPERIMENTAL misformed Symbol CONFIG_INTERMEZZO_FS depends on CONFIG_EXPERIMENTAL but does not say so in its banner in the usual way. --- diff --git a/fs/Config.in b/fs/Config.in index c4b652f80d66..dcc7c5aed57e 100644 --- a/fs/Config.in +++ b/fs/Config.in @@ -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