[2.6 patch] fix the MD_RAID5_RESHAPE dependencies

From: Adrian Bunk
Date: Tue May 16 2006 - 07:46:13 EST


If a new option gets added whose dependencies can't be fulfilled this
could be an indication that improvements are possible in the field of
patch testing...

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.17-rc4-mm1-full/drivers/md/Kconfig.old 2006-05-16 12:38:44.000000000 +0200
+++ linux-2.6.17-rc4-mm1-full/drivers/md/Kconfig 2006-05-16 12:39:02.000000000 +0200
@@ -137,7 +137,7 @@

config MD_RAID5_RESHAPE
bool "Support adding drives to a raid-5 array (experimental)"
- depends on MD_RAID5 && EXPERIMENTAL
+ depends on MD_RAID456 && EXPERIMENTAL
---help---
A RAID-5 set can be expanded by adding extra drives. This
requires "restriping" the array which means (almost) every

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/