]> git.ipfire.org Git - thirdparty/mdadm.git/commit
FIX: Load container content for container reshape continuation
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 9 Mar 2011 22:54:56 +0000 (09:54 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 9 Mar 2011 22:54:56 +0000 (09:54 +1100)
commit3db2fdd83486c41eed7c65705f23c9ef9f8c4487
treecb799703d41fb552cddf7f4893c288858f6309d5
parent3cb2aed250ba4715b6906da134a6f1c860cda975
FIX: Load container content for container reshape continuation

st->sb is null. This is exception cause.
reshape_container() function expects that super block will be loaded.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c