mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
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>
This commit is contained in:
parent
f2859af671
commit
08fb730ca3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user