Commit b3cc9ec7 authored by akpm@osdl.org's avatar akpm@osdl.org Committed by Linus Torvalds

[PATCH] md: Fix Kconfig error

RAID5 recently changed to RAID456
Signed-off-by: default avatarNeil Brown <neilb@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4d2554d0
...@@ -137,7 +137,7 @@ config MD_RAID456 ...@@ -137,7 +137,7 @@ config MD_RAID456
config MD_RAID5_RESHAPE config MD_RAID5_RESHAPE
bool "Support adding drives to a raid-5 array (experimental)" bool "Support adding drives to a raid-5 array (experimental)"
depends on MD_RAID5 && EXPERIMENTAL depends on MD_RAID456 && EXPERIMENTAL
---help--- ---help---
A RAID-5 set can be expanded by adding extra drives. This A RAID-5 set can be expanded by adding extra drives. This
requires "restriping" the array which means (almost) every requires "restriping" the array which means (almost) every
......
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