imsm: reenable mdmon

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
Dan Williams 2008-06-16 15:36:41 -07:00
parent 272f648fb0
commit 5b65005fc8
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ static struct superswitch *find_metadata_methods(char *vers)
{
if (strcmp(vers, "ddf") == 0)
return &super_ddf;
if (strcmp(vers, "imsm") == 0)
return &super_imsm;
return NULL;
}