]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Kill.c
Clarify when update=super-minor happens automatcially
[thirdparty/mdadm.git] / Kill.c
diff --git a/Kill.c b/Kill.c
index e411ff3fcce045e177b2937629225453f2365ffb..dc6baa159aa8e44e9be93839b01c985fd526478e 100644 (file)
--- a/Kill.c
+++ b/Kill.c
@@ -67,7 +67,7 @@ int Kill(char *dev, int force, int quiet)
                mdu_array_info_t info;
                info.major_version = -1; /* zero superblock */
                free(super);
-               st->ss->init_super(st, &super, &info, 0, "");
+               st->ss->init_super(st, &super, &info, 0, "", NULL);
                if (st->ss->store_super(st, fd, super)) {
                        if (!quiet)
                                fprintf(stderr, Name ": Could not zero superblock on %s\n",