diff options
author | Alasdair G Kergon <agk@redhat.com> | 2013-03-01 17:45:46 -0500 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2013-03-01 17:45:46 -0500 |
commit | d57916a00fd749ccd354a7f754c2aba98f86d064 (patch) | |
tree | 2a8e7412c074d3b139e13c0d913f92bebf786f51 /drivers/md/Kconfig | |
parent | 58f77a2196ee65510885426e65049880be841193 (diff) |
dm: remove CONFIG_EXPERIMENTAL
Remove EXPERIMENTAL from all existing device-mapper targets.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 91a02eeeb319..7cdf359d6b23 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -210,7 +210,7 @@ config DM_DEBUG | |||
210 | 210 | ||
211 | config DM_BUFIO | 211 | config DM_BUFIO |
212 | tristate | 212 | tristate |
213 | depends on BLK_DEV_DM && EXPERIMENTAL | 213 | depends on BLK_DEV_DM |
214 | ---help--- | 214 | ---help--- |
215 | This interface allows you to do buffered I/O on a device and acts | 215 | This interface allows you to do buffered I/O on a device and acts |
216 | as a cache, holding recently-read blocks in memory and performing | 216 | as a cache, holding recently-read blocks in memory and performing |
@@ -218,7 +218,7 @@ config DM_BUFIO | |||
218 | 218 | ||
219 | config DM_BIO_PRISON | 219 | config DM_BIO_PRISON |
220 | tristate | 220 | tristate |
221 | depends on BLK_DEV_DM && EXPERIMENTAL | 221 | depends on BLK_DEV_DM |
222 | ---help--- | 222 | ---help--- |
223 | Some bio locking schemes used by other device-mapper targets | 223 | Some bio locking schemes used by other device-mapper targets |
224 | including thin provisioning. | 224 | including thin provisioning. |
@@ -251,8 +251,8 @@ config DM_SNAPSHOT | |||
251 | Allow volume managers to take writable snapshots of a device. | 251 | Allow volume managers to take writable snapshots of a device. |
252 | 252 | ||
253 | config DM_THIN_PROVISIONING | 253 | config DM_THIN_PROVISIONING |
254 | tristate "Thin provisioning target (EXPERIMENTAL)" | 254 | tristate "Thin provisioning target" |
255 | depends on BLK_DEV_DM && EXPERIMENTAL | 255 | depends on BLK_DEV_DM |
256 | select DM_PERSISTENT_DATA | 256 | select DM_PERSISTENT_DATA |
257 | select DM_BIO_PRISON | 257 | select DM_BIO_PRISON |
258 | ---help--- | 258 | ---help--- |
@@ -302,8 +302,8 @@ config DM_RAID | |||
302 | in one of the available parity distribution methods. | 302 | in one of the available parity distribution methods. |
303 | 303 | ||
304 | config DM_LOG_USERSPACE | 304 | config DM_LOG_USERSPACE |
305 | tristate "Mirror userspace logging (EXPERIMENTAL)" | 305 | tristate "Mirror userspace logging" |
306 | depends on DM_MIRROR && EXPERIMENTAL && NET | 306 | depends on DM_MIRROR && NET |
307 | select CONNECTOR | 307 | select CONNECTOR |
308 | ---help--- | 308 | ---help--- |
309 | The userspace logging module provides a mechanism for | 309 | The userspace logging module provides a mechanism for |
@@ -350,8 +350,8 @@ config DM_MULTIPATH_ST | |||
350 | If unsure, say N. | 350 | If unsure, say N. |
351 | 351 | ||
352 | config DM_DELAY | 352 | config DM_DELAY |
353 | tristate "I/O delaying target (EXPERIMENTAL)" | 353 | tristate "I/O delaying target" |
354 | depends on BLK_DEV_DM && EXPERIMENTAL | 354 | depends on BLK_DEV_DM |
355 | ---help--- | 355 | ---help--- |
356 | A target that delays reads and/or writes and can send | 356 | A target that delays reads and/or writes and can send |
357 | them to different devices. Useful for testing. | 357 | them to different devices. Useful for testing. |
@@ -365,14 +365,14 @@ config DM_UEVENT | |||
365 | Generate udev events for DM events. | 365 | Generate udev events for DM events. |
366 | 366 | ||
367 | config DM_FLAKEY | 367 | config DM_FLAKEY |
368 | tristate "Flakey target (EXPERIMENTAL)" | 368 | tristate "Flakey target" |
369 | depends on BLK_DEV_DM && EXPERIMENTAL | 369 | depends on BLK_DEV_DM |
370 | ---help--- | 370 | ---help--- |
371 | A target that intermittently fails I/O for debugging purposes. | 371 | A target that intermittently fails I/O for debugging purposes. |
372 | 372 | ||
373 | config DM_VERITY | 373 | config DM_VERITY |
374 | tristate "Verity target support (EXPERIMENTAL)" | 374 | tristate "Verity target support" |
375 | depends on BLK_DEV_DM && EXPERIMENTAL | 375 | depends on BLK_DEV_DM |
376 | select CRYPTO | 376 | select CRYPTO |
377 | select CRYPTO_HASH | 377 | select CRYPTO_HASH |
378 | select DM_BUFIO | 378 | select DM_BUFIO |