From: Kees Cook Date: Tue, 23 Oct 2012 20:03:38 +0000 (-0700) Subject: fs/dlm: remove CONFIG_EXPERIMENTAL X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a3de56bdb980c63b01662cac05d430db60ff4374;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 Signed-off-by: Kees Cook Signed-off-by: David Teigland --- diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index 1897eb1b4b6..e4242c3f848 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig @@ -1,6 +1,6 @@ menuconfig DLM tristate "Distributed Lock Manager (DLM)" - depends on EXPERIMENTAL && INET + depends on INET depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) select IP_SCTP help