]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
Remove 'major' from superswitch.
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 041e53d69ccaf890cc4dd0425322963228ebb046..c0e3691f1047bf6145352c2ed0a8865acd8809f4 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -448,7 +448,6 @@ extern struct superswitch {
        struct mdinfo *(*activate_spare)(struct active_array *a,
                                         struct metadata_update **updates);
 
-       int major;
        int swapuuid; /* true if uuid is bigending rather than hostendian */
        int external;
 } super0, super1, super_ddf, super_ddf_bvd, super_ddf_svd, *superlist[];