projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854ecaa
)
dm uevent: no longer experimental
author
Alasdair G Kergon
<agk@redhat.com>
Wed, 28 Mar 2012 17:41:24 +0000
(18:41 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Wed, 28 Mar 2012 17:41:24 +0000
(18:41 +0100)
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>
drivers/md/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/Kconfig
b/drivers/md/Kconfig
index faa4741df6d3f7fca87e79b8a5f788b5d1b87218..5cbb481435f7443a20b2814e58302bbcdf470e49 100644
(file)
--- 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.