From 313176636ee8c24cf1464cfec159d41ffcffacb3 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 27 Mar 2006 04:34:38 +0000 Subject: Remove ident arg from getinfo_super; Add a 'name' field to 'info' to compensate. Signed-off-by: Neil Brown --- super0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'super0.c') diff --git a/super0.c b/super0.c index 99d09a4..c7f2f61 100644 --- a/super0.c +++ b/super0.c @@ -265,7 +265,7 @@ static void uuid_from_super0(int uuid[4], void * sbv) } } -static void getinfo_super0(struct mdinfo *info, mddev_ident_t ident, void *sbv) +static void getinfo_super0(struct mdinfo *info, void *sbv) { mdp_super_t *sb = sbv; int working = 0; @@ -304,7 +304,7 @@ static void getinfo_super0(struct mdinfo *info, mddev_ident_t ident, void *sbv) } else info->reshape_active = 0; - ident->name[0] = 0; + info->name[0] = 0; /* work_disks is calculated rather than read directly */ for (i=0; i < MD_SB_DISKS; i++) if ((sb->disks[i].state & (1<