Commit 08fb730c authored by NeilBrown's avatar NeilBrown

md: remove EXPERIMENTAL designation from RAID10

RAID10 has been available for quite a while now and is quite well
tested, so we can remove the EXPERIMENTAL designation.
Reported-by: default avatarEric MSP Veith <eveith@wwweb-library.net>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent f2859af6
...@@ -100,8 +100,8 @@ config MD_RAID1 ...@@ -100,8 +100,8 @@ config MD_RAID1
If unsure, say Y. If unsure, say Y.
config MD_RAID10 config MD_RAID10
tristate "RAID-10 (mirrored striping) mode (EXPERIMENTAL)" tristate "RAID-10 (mirrored striping) mode"
depends on BLK_DEV_MD && EXPERIMENTAL depends on BLK_DEV_MD
---help--- ---help---
RAID-10 provides a combination of striping (RAID-0) and RAID-10 provides a combination of striping (RAID-0) and
mirroring (RAID-1) with easier configuration and more flexible mirroring (RAID-1) with easier configuration and more flexible
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment