]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super0.c
Convert 'quiet' to 'not verbose' in various places.
[thirdparty/mdadm.git] / super0.c
index 55e71e8c582fe9d8b91ced8c9ed7cff5a20edc61..8ca82e1b159181ac2bbcee7602a3251f0ce9c360 100644 (file)
--- a/super0.c
+++ b/super0.c
@@ -768,7 +768,7 @@ static int write_init_super0(struct supertype *st)
                        continue;
                if (di->fd == -1)
                        continue;
-               while (Kill(di->devname, NULL, 0, 1, 1) == 0)
+               while (Kill(di->devname, NULL, 0, -1, 1) == 0)
                        ;
 
                sb->disks[di->disk.number].state &= ~(1<<MD_DISK_FAULTY);