aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/Kconfig
diff options
context:
space:
mode:
authorakpm@osdl.org <akpm@osdl.org>2006-06-26 03:27:54 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-26 12:58:39 -0400
commitb3cc9ec76ba44d010f4c820c4608b91aaf28a0b9 (patch)
tree69fc8168c27c616a1a9830c5b992a4221aad7afc /drivers/md/Kconfig
parent4d2554d045497d1be3204cf67385f966f01cc9bd (diff)
[PATCH] md: Fix Kconfig error
RAID5 recently changed to RAID456 Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r--drivers/md/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 0fa55e408554..bf869ed03eed 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -137,7 +137,7 @@ config MD_RAID456
137 137
138config MD_RAID5_RESHAPE 138config MD_RAID5_RESHAPE
139 bool "Support adding drives to a raid-5 array (experimental)" 139 bool "Support adding drives to a raid-5 array (experimental)"
140 depends on MD_RAID5 && EXPERIMENTAL 140 depends on MD_RAID456 && EXPERIMENTAL
141 ---help--- 141 ---help---
142 A RAID-5 set can be expanded by adding extra drives. This 142 A RAID-5 set can be expanded by adding extra drives. This
143 requires "restriping" the array which means (almost) every 143 requires "restriping" the array which means (almost) every