X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=mdmon.c;h=b980083c2a639117d43a16d5b65384c4d00ace6d;hp=323ee62ee56ed37617dbda90a330d18813815490;hb=5b65005fc8350c0a397bb43205ad2e69d5238d09;hpb=272f648fb00c58989a17651f2eb9c1cf9c807d59 diff --git a/mdmon.c b/mdmon.c index 323ee62e..b980083c 100644 --- a/mdmon.c +++ b/mdmon.c @@ -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; }