diff options
| author | NeilBrown <neilb@suse.de> | 2010-05-02 23:16:56 -0400 |
|---|---|---|
| committer | NeilBrown <neilb@suse.de> | 2010-05-18 01:27:58 -0400 |
| 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 | |||
| 100 | If unsure, say Y. | 100 | If unsure, say Y. |
| 101 | 101 | ||
| 102 | config MD_RAID10 | 102 | config MD_RAID10 |
| 103 | tristate "RAID-10 (mirrored striping) mode (EXPERIMENTAL)" | 103 | tristate "RAID-10 (mirrored striping) mode" |
| 104 | depends on BLK_DEV_MD && EXPERIMENTAL | 104 | depends on BLK_DEV_MD |
| 105 | ---help--- | 105 | ---help--- |
| 106 | RAID-10 provides a combination of striping (RAID-0) and | 106 | RAID-10 provides a combination of striping (RAID-0) and |
| 107 | mirroring (RAID-1) with easier configuration and more flexible | 107 | mirroring (RAID-1) with easier configuration and more flexible |
