From: Alasdair G Kergon Date: Wed, 28 Mar 2012 17:41:24 +0000 (+0100) Subject: dm uevent: no longer experimental X-Git-Tag: firefly_0821_release~3680^2~3229^2~19 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e0b215da8fde99b6a9d82ee4c3600ec223cc7959;p=firefly-linux-kernel-4.4.55.git 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 --- 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.