Commit d57916a0 authored by Alasdair G Kergon's avatar Alasdair G Kergon

dm: remove CONFIG_EXPERIMENTAL

Remove EXPERIMENTAL from all existing device-mapper targets.
Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent 58f77a21
...@@ -210,7 +210,7 @@ config DM_DEBUG ...@@ -210,7 +210,7 @@ config DM_DEBUG
config DM_BUFIO config DM_BUFIO
tristate tristate
depends on BLK_DEV_DM && EXPERIMENTAL depends on BLK_DEV_DM
---help--- ---help---
This interface allows you to do buffered I/O on a device and acts This interface allows you to do buffered I/O on a device and acts
as a cache, holding recently-read blocks in memory and performing as a cache, holding recently-read blocks in memory and performing
...@@ -218,7 +218,7 @@ config DM_BUFIO ...@@ -218,7 +218,7 @@ config DM_BUFIO
config DM_BIO_PRISON config DM_BIO_PRISON
tristate tristate
depends on BLK_DEV_DM && EXPERIMENTAL depends on BLK_DEV_DM
---help--- ---help---
Some bio locking schemes used by other device-mapper targets Some bio locking schemes used by other device-mapper targets
including thin provisioning. including thin provisioning.
...@@ -251,8 +251,8 @@ config DM_SNAPSHOT ...@@ -251,8 +251,8 @@ config DM_SNAPSHOT
Allow volume managers to take writable snapshots of a device. Allow volume managers to take writable snapshots of a device.
config DM_THIN_PROVISIONING config DM_THIN_PROVISIONING
tristate "Thin provisioning target (EXPERIMENTAL)" tristate "Thin provisioning target"
depends on BLK_DEV_DM && EXPERIMENTAL depends on BLK_DEV_DM
select DM_PERSISTENT_DATA select DM_PERSISTENT_DATA
select DM_BIO_PRISON select DM_BIO_PRISON
---help--- ---help---
...@@ -302,8 +302,8 @@ config DM_RAID ...@@ -302,8 +302,8 @@ config DM_RAID
in one of the available parity distribution methods. in one of the available parity distribution methods.
config DM_LOG_USERSPACE config DM_LOG_USERSPACE
tristate "Mirror userspace logging (EXPERIMENTAL)" tristate "Mirror userspace logging"
depends on DM_MIRROR && EXPERIMENTAL && NET depends on DM_MIRROR && NET
select CONNECTOR select CONNECTOR
---help--- ---help---
The userspace logging module provides a mechanism for The userspace logging module provides a mechanism for
...@@ -350,8 +350,8 @@ config DM_MULTIPATH_ST ...@@ -350,8 +350,8 @@ config DM_MULTIPATH_ST
If unsure, say N. If unsure, say N.
config DM_DELAY config DM_DELAY
tristate "I/O delaying target (EXPERIMENTAL)" tristate "I/O delaying target"
depends on BLK_DEV_DM && EXPERIMENTAL depends on BLK_DEV_DM
---help--- ---help---
A target that delays reads and/or writes and can send A target that delays reads and/or writes and can send
them to different devices. Useful for testing. them to different devices. Useful for testing.
...@@ -365,14 +365,14 @@ config DM_UEVENT ...@@ -365,14 +365,14 @@ config DM_UEVENT
Generate udev events for DM events. Generate udev events for DM events.
config DM_FLAKEY config DM_FLAKEY
tristate "Flakey target (EXPERIMENTAL)" tristate "Flakey target"
depends on BLK_DEV_DM && EXPERIMENTAL depends on BLK_DEV_DM
---help--- ---help---
A target that intermittently fails I/O for debugging purposes. A target that intermittently fails I/O for debugging purposes.
config DM_VERITY config DM_VERITY
tristate "Verity target support (EXPERIMENTAL)" tristate "Verity target support"
depends on BLK_DEV_DM && EXPERIMENTAL depends on BLK_DEV_DM
select CRYPTO select CRYPTO
select CRYPTO_HASH select CRYPTO_HASH
select DM_BUFIO select DM_BUFIO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment