From e5eac01f3d52ceb932445f90c0aaa86f244e26e7 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 23 May 2006 04:51:39 +0000 Subject: Make sure homehost is set correctly when --update=uuid Signed-off-by: Neil Brown --- super1.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'super1.c') diff --git a/super1.c b/super1.c index b1ea298..533929a 100644 --- a/super1.c +++ b/super1.c @@ -434,7 +434,9 @@ static void getinfo_super1(struct mdinfo *info, void *sbv) info->array.working_disks = working; } -static int update_super1(struct mdinfo *info, void *sbv, char *update, char *devname, int verbose) +static int update_super1(struct mdinfo *info, void *sbv, char *update, + char *devname, int verbose, + int uuid_set, char *homehost) { /* NOTE: for 'assemble' and 'force' we need to return non-zero if any change was made. * For others, the return value is ignored. -- cgit