]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Manage.c
Change handling for "--assemble --force" when two drives disappeared at once.
[thirdparty/mdadm.git] / Manage.c
index aea21e65945118505b30d4c82fc68275d78e1103..0378b6ee1f68f2446214782911c1a71af0029c6b 100644 (file)
--- a/Manage.c
+++ b/Manage.c
@@ -72,6 +72,8 @@ int Manage_ro(char *devname, int fd, int readonly)
        return 0;                       
 }
 
+#ifndef MDASSEMBLE
+
 int Manage_runstop(char *devname, int fd, int runstop, int quiet)
 {
        /* Run or stop the array. array must already be configured
@@ -394,3 +396,4 @@ int Manage_subdevs(char *devname, int fd,
        return 0;
        
 }
+#endif