]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
Always initialise a struct super_type to zero
[thirdparty/mdadm.git] / ReadMe.c
index 4cc697051de569af99aad1add1b7af36d77ffadd..3fae1930654bdca81d099466648c8e94d2aab890 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.6 - 19th May 2008\n";
+char Version[] = Name " - v2.6.7 - 6th June 2008\n";
 
 /*
  * File: ReadMe.c
@@ -610,6 +610,7 @@ mapping_t pers[] = {
        { "raid10", 10},
        { "10", 10},
        { "faulty", LEVEL_FAULTY},
+       { "container", LEVEL_CONTAINER},
        { NULL, 0}
 };