diff options
author | NeilBrown <neilb@suse.de> | 2009-08-07 06:17:40 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-08-07 06:17:40 +0200 |
commit | 4737ae25dec3b6b703f8f60f351e2d6d7b527ac1 (patch) | |
tree | 4b39ef9ba51528891e1713f434b9b530628423ca /Examine.c | |
parent | Merge branch 'master' of git://github.com/djbw/mdadm (diff) | |
download | 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 'Examine.c')
-rw-r--r-- | Examine.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,6 +145,8 @@ int Examine(mddev_dev_t devlist, int brief, int export, int scan, sep=','; } } + if (ap->st->ss->brief_examine_subarrays) + ap->st->ss->brief_examine_subarrays(ap->st, brief > 1); ap->st->ss->free_super(ap->st); /* FIXME free ap */ if (ap->spares || brief > 1) |