]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Kill.c
Incremental: Remove redundant call for GET_ARRAY_INFO
[thirdparty/mdadm.git] / Kill.c
diff --git a/Kill.c b/Kill.c
index f2fdb856c44b4a9a904063deb0d4d89fdcb4d821..ff52561d0cbb988c7e3977b2f939ba2e7670c6f2 100644 (file)
--- a/Kill.c
+++ b/Kill.c
@@ -63,7 +63,7 @@ int Kill(char *dev, struct supertype *st, int force, int verbose, int noexcl)
        rv = st->ss->load_super(st, fd, dev);
        if (rv == 0 || (force && rv >= 2)) {
                st->ss->free_super(st);
-               st->ss->init_super(st, NULL, 0, "", NULL, NULL,
+               st->ss->init_super(st, NULL, NULL, "", NULL, NULL,
                                   INVALID_SECTORS);
                if (st->ss->store_super(st, fd)) {
                        if (verbose >= 0)