]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Detail.c: call load_container for container subarrays
authormwilck@arcor.de <mwilck@arcor.de>
Fri, 1 Mar 2013 22:28:33 +0000 (23:28 +0100)
committerNeilBrown <neilb@suse.de>
Mon, 4 Mar 2013 05:15:51 +0000 (16:15 +1100)
commitc1ea5a98098aa480712824abb34065d98c2ff8d0
tree983dbf8b1af208125350a0757be5017b0471ecbe
parent4eefd651f01c1415a57f01f866fd5f2f1fb41da6
Detail.c: call load_container for container subarrays

Without calling load_container at this point, the
info structure may be missing some important information.
In particular, information about secondary DDF RAID levels
may be wrong if information is only read from a single disk.

If this fails, fall back to the previous code.

Signed-off-by: Martin Wilck <mwilck@arcor.de>
Signed-off-by: NeilBrown <neilb@suse.de>
Detail.c