]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
Assemble: allow an array undergoing reshape to be started without backup file
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 91afe160c32a5b1871c15ce1b688eb2489295225..a0126eb5cc3993c87144daf99a96b483fa4a1831 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -310,6 +310,7 @@ enum special_options {
        Fork,
        Bitmap,
        RebuildMapOpt,
+       InvalidBackup,
 };
 
 /* structures read from config file */
@@ -967,7 +968,8 @@ extern int Grow_continue(int mdfd, struct supertype *st,
 
 extern int Assemble(struct supertype *st, char *mddev,
                    struct mddev_ident *ident,
-                   struct mddev_dev *devlist, char *backup_file,
+                   struct mddev_dev *devlist,
+                   char *backup_file, int invalid_backup,
                    int readonly, int runstop,
                    char *update, char *homehost, int require_homehost,
                    int verbose, int force);