From: David Howells Amend the text of AFS configuration options. Signed-off-by: David Howells Signed-off-by: Andrew Morton --- fs/Kconfig | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff -puN fs/Kconfig~afs-amend-the-afs-configuration-options fs/Kconfig --- a/fs/Kconfig~afs-amend-the-afs-configuration-options +++ a/fs/Kconfig @@ -2102,8 +2102,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 @@ -2115,12 +2114,12 @@ config AFS_FS If unsure, say N. config AFS_FSCACHE - bool "Provide AFS client caching support" + bool "Provide AFS client caching support (EXPERIMENTAL)" depends on EXPERIMENTAL select FSCACHE 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 _