diff options
| author | NeilBrown <neilb@suse.de> | 2010-05-03 13:16:56 +1000 | 
|---|---|---|
| committer | NeilBrown <neilb@suse.de> | 2010-05-18 15:27:58 +1000 | 
| commit | 08fb730ca346ff16598ef31911c88fbca6133bf5 (patch) | |
| tree | a567e87dc6a13bcc5708e1ed4909738ba9d642db | |
| parent | f2859af6716ce99cac7f35c5a0c6b7fed346312f (diff) | |
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: Eric MSP Veith <eveith@wwweb-library.net>
Signed-off-by: NeilBrown <neilb@suse.de>
| -rw-r--r-- | drivers/md/Kconfig | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index acb3a4e404ff..4a6feac8c94a 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -100,8 +100,8 @@ config MD_RAID1  	  If unsure, say Y.  config MD_RAID10 -	tristate "RAID-10 (mirrored striping) mode (EXPERIMENTAL)" -	depends on BLK_DEV_MD && EXPERIMENTAL +	tristate "RAID-10 (mirrored striping) mode" +	depends on BLK_DEV_MD  	---help---  	  RAID-10 provides a combination of striping (RAID-0) and  	  mirroring (RAID-1) with easier configuration and more flexible | 
