]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm:FIX: change arrays reshape order
authorAdam Kwolek <adam.kwolek@intel.com>
Mon, 31 Jan 2011 08:59:22 +0000 (09:59 +0100)
committerNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 23:17:06 +0000 (10:17 +1100)
commitd098291aec0152a52b4f80d7cb4486b5abe1e0d4
tree45349978cc9b454744e9d13e7a4dc90ffcfa01ea
parente4b1107355815e16467cf8063c4a43996b55dc1e
imsm:FIX: change arrays reshape order

Reshape is started from second array, so it causes imsm incompatibility
and problems during second array start.

Reshape should be started in arrays metadata order.

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