From: Alasdair G Kergon Date: Wed, 28 Mar 2012 17:41:24 +0000 (+0100) Subject: dm raid: no longer experimental X-Git-Tag: upstream/snapshot3+hdmi~7845^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=035220b33d6865d81d5433600def53373cca7127;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git dm raid: no longer experimental The dm raid module (using md) is becoming the preferred way of creating long-lived mirrors through userspace LVM so remove the EXPERIMENTAL tag. Signed-off-by: Alasdair G Kergon --- diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 5cbb481..7100007 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -277,8 +277,8 @@ config DM_MIRROR needed for live data migration tools such as 'pvmove'. config DM_RAID - tristate "RAID 1/4/5/6 target (EXPERIMENTAL)" - depends on BLK_DEV_DM && EXPERIMENTAL + tristate "RAID 1/4/5/6 target" + depends on BLK_DEV_DM select MD_RAID1 select MD_RAID456 select BLK_DEV_MD