diff options
Diffstat (limited to 'Kill.c')
-rw-r--r-- | Kill.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ 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, 0, "", NULL, NULL, + INVALID_SECTORS); if (st->ss->store_super(st, fd)) { if (verbose >= 0) pr_err("Could not zero superblock on %s\n", |