]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-ddf.c
Examine: fix --examine --brief --verbose on containers.
authorNeilBrown <neilb@suse.de>
Thu, 4 Jun 2009 02:44:32 +0000 (12:44 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 4 Jun 2009 02:44:32 +0000 (12:44 +1000)
commitfa09d4961e5c72da3c7f78d53a7d64f5196110a3
tree046077ee7667ee062188694b58c76f30e336f4f4
parent4291d691b66f65695b5b4be22b80fd00da73b544
Examine: fix --examine --brief --verbose on containers.

With --verbose, --examine --brief prints dev= information after
the personality has done its bit.
But with containers, the member array are printed in between.
So in super-ddf and super-intel, move printing of the member
arrays to before printing of the container.  This avoids
confusion.

Signed-off-by: NeilBrown <neilb@suse.de>
super-ddf.c
super-intel.c