Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs/afs: remove depends on CONFIG_EXPERIMENTAL

The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: David Howells <dhowells@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
8dbd5d6d 6d7a19fa

+3 -4
+3 -4
fs/afs/Kconfig
··· 1 1 config AFS_FS 2 - tristate "Andrew File System support (AFS) (EXPERIMENTAL)" 3 - depends on INET && EXPERIMENTAL 2 + tristate "Andrew File System support (AFS)" 3 + depends on INET 4 4 select AF_RXRPC 5 5 select DNS_RESOLVER 6 6 help ··· 22 22 If unsure, say N. 23 23 24 24 config AFS_FSCACHE 25 - bool "Provide AFS client caching support (EXPERIMENTAL)" 26 - depends on EXPERIMENTAL 25 + bool "Provide AFS client caching support" 27 26 depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y 28 27 help 29 28 Say Y here if you want AFS data to be cached locally on disk through