Restore assembling of ddf containers.

The container_enough code change broke ddf as ddf never claimed
'enough' devices.  So change it to always claim 'enough' to
restore previous behaviour.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2010-07-29 13:26:26 +10:00
parent b7e734fc22
commit 510242aa48
1 changed files with 1 additions and 1 deletions

View File

@ -1365,7 +1365,7 @@ static void getinfo_super_ddf(struct supertype *st, struct mdinfo *info)
(ddf->anchor.guid+16));
info->array.utime = 0;
info->array.chunk_size = 0;
info->container_enough = 0;
info->container_enough = 1;
info->disk.major = 0;