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

fs/dlm: remove CONFIG_EXPERIMENTAL

This 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.

CC: Christine Caulfield <ccaulfie@redhat.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David Teigland <teigland@redhat.com>

authored by

Kees Cook and committed by
David Teigland
a3de56bd eeee2b5f

+1 -1
+1 -1
fs/dlm/Kconfig
··· 1 1 menuconfig DLM 2 2 tristate "Distributed Lock Manager (DLM)" 3 - depends on EXPERIMENTAL && INET 3 + depends on INET 4 4 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) 5 5 select IP_SCTP 6 6 help