From 4737ae25dec3b6b703f8f60f351e2d6d7b527ac1 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 7 Aug 2009 14:17:40 +1000 Subject: Exmaine/brief: put member arrays after container arrays. A previous patch moved move the '--examine --brief' reporting of member arrays to before their containers. This breaks "mdadm -As" assembly. So put them back, but still fix the problem addressed by previous patch. Signed-off-by: NeilBrown --- mdadm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index 4111eaf..91ba624 100644 --- a/mdadm.h +++ b/mdadm.h @@ -436,6 +436,7 @@ extern struct superswitch { */ void (*examine_super)(struct supertype *st, char *homehost); void (*brief_examine_super)(struct supertype *st, int verbose); + void (*brief_examine_subarrays)(struct supertype *st, int verbose); void (*export_examine_super)(struct supertype *st); /* Used to report details of an active array. -- cgit