]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
fs/dlm: remove CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 23 Oct 2012 20:03:38 +0000 (13:03 -0700)
committerDavid Teigland <teigland@redhat.com>
Thu, 1 Nov 2012 20:27:24 +0000 (15:27 -0500)
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>
fs/dlm/Kconfig

index 1897eb1b4b6ae11417b7581b822fce0d0922eead..e4242c3f8486099e76e4c00f9c69663b00ba8b7d 100644 (file)
@@ -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