]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdmon.h
Create arrays via metadata-update
[thirdparty/mdadm.git] / mdmon.h
diff --git a/mdmon.h b/mdmon.h
index 403853374e8c6d409808ed47544f1057f0d9321f..02cdb09423cec1b613634c764cb4e8860a5e3133 100644 (file)
--- a/mdmon.h
+++ b/mdmon.h
@@ -41,12 +41,6 @@ struct active_array {
  * superswitch.  All common code sees them as opaque
  * blobs.
  */
-struct metadata_update {
-       int     len;
-       char    *buf;
-       void    *space; /* allocated space that monitor will use */
-       struct metadata_update *next;
-};
 extern struct metadata_update *update_queue, *update_queue_handled;
 
 #define MD_MAJOR 9