]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
Increase max-devs on type-1 superblocks
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 3f8424e53c0302c7e45771d6dd14c14353bc72f6..f82574a013f16e649d0b1f3556ba701651e066fd 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -194,6 +194,7 @@ extern struct superswitch {
 struct supertype {
        struct superswitch *ss;
        int minor_version;
+       int max_devs;
 };
 
 extern struct supertype *super_by_version(int vers, int minor);