From 05697ec1e26eadc2f814d9f84f8c783fff5b98b5 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 19 May 2006 06:56:06 +0000 Subject: Make homehost information appear in superblock. When an array is created, if the homehost is know, the superblock gets it, either in the uuid, (via sha1) or in the name field. Signed-off-by: Neil Brown --- Kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kill.c') diff --git a/Kill.c b/Kill.c index e411ff3..dc6baa1 100644 --- 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", -- cgit