aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2012-03-28 18:41:24 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-03-28 18:41:24 +0100
commite0b215da8fde99b6a9d82ee4c3600ec223cc7959 (patch)
tree60a6d7fd27dddaf28a2ce42cc5ec444db0a5c6b5 /drivers/md
parentdm: add persistent data to MAINTAINERS (diff)
downloadlinux-dev-e0b215da8fde99b6a9d82ee4c3600ec223cc7959.tar.xz
linux-dev-e0b215da8fde99b6a9d82ee4c3600ec223cc7959.zip
dm uevent: no longer experimental
Drop EXPERIMENTAL tag from dm-uevent. It's not changed for a while and some userspace tools are relying upon it. Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index faa4741df6d3..5cbb481435f7 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -359,8 +359,8 @@ config DM_DELAY
If unsure, say N.
config DM_UEVENT
- bool "DM uevents (EXPERIMENTAL)"
- depends on BLK_DEV_DM && EXPERIMENTAL
+ bool "DM uevents"
+ depends on BLK_DEV_DM
---help---
Generate udev events for DM events.