* [2.6 patch] fix the MD_RAID5_RESHAPE dependencies
@ 2006-05-16 11:46 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-05-16 11:46 UTC (permalink / raw)
To: Neil Brown; +Cc: linux-kernel
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@stusta.de>
--- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-16 11:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 11:46 [2.6 patch] fix the MD_RAID5_RESHAPE dependencies Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.