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

net/ceph: 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: Sage Weil <sage@inktank.com>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Sage Weil <sage@inktank.com>

Kees Cook 11e9ec6e 28c50452

+2 -2
+2 -2
net/ceph/Kconfig
··· 1 1 config CEPH_LIB 2 - tristate "Ceph core library (EXPERIMENTAL)" 3 - depends on INET && EXPERIMENTAL 2 + tristate "Ceph core library" 3 + depends on INET 4 4 select LIBCRC32C 5 5 select CRYPTO_AES 6 6 select CRYPTO