[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20060922150412.21852.75144.stgit@warthog.cambridge.redhat.com>
Date: Fri, 22 Sep 2006 16:04:12 +0100
From: David Howells <dhowells@...hat.com>
To: akpm@...l.org, joern@...nheim.fh-wedel.de
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
dhowells@...hat.com
Subject: [PATCH] AFS: Amend the AFS configuration options
Amend the text of AFS configuration options.
Signed-Off-By: David Howells <dhowells@...hat.com>
---
fs/Kconfig | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/fs/Kconfig b/fs/Kconfig
index 25d2019..fe904cb 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1938,8 +1938,7 @@ config CODA_FS_OLD_API
For most cases you probably want to say N.
config AFS_FS
-# for fs/nls/Config.in
- tristate "Andrew File System support (AFS) (Experimental)"
+ tristate "Andrew File System support (AFS) (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL
select RXRPC
help
@@ -1951,12 +1950,12 @@ # for fs/nls/Config.in
If unsure, say N.
config AFS_FSCACHE
- bool "Provide AFS client caching support"
+ bool "Provide AFS client caching support (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
help
- Say Y here if you want AFS data to be cached locally on through the
- generic filesystem cache manager
+ Say Y here if you want AFS data to be cached locally on disk through
+ the generic filesystem cache manager
config RXRPC
tristate
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists