mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
eeee2b5fe1
commit
a3de56bdb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue