summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-08-07 14:17:40 +1000
committerNeilBrown <neilb@suse.de>2009-08-07 14:17:40 +1000
commit4737ae25dec3b6b703f8f60f351e2d6d7b527ac1 (patch)
tree4b39ef9ba51528891e1713f434b9b530628423ca /mdadm.h
parent823f06865e1c79865004b81de35fc4b6338d9492 (diff)
downloadmdadm-4737ae25dec3b6b703f8f60f351e2d6d7b527ac1.tar.gz
mdadm-4737ae25dec3b6b703f8f60f351e2d6d7b527ac1.tar.xz
mdadm-4737ae25dec3b6b703f8f60f351e2d6d7b527ac1.zip
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 <neilb@suse.de>
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h1
1 files changed, 1 insertions, 0 deletions
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.