]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: fix handling of the 'migr_state' and 'migr_type' bits
authorDan Williams <dan.j.williams@intel.com>
Sun, 10 Aug 2008 03:28:24 +0000 (20:28 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 12 Aug 2008 09:05:20 +0000 (02:05 -0700)
commit3393c6af8b740131632197b2908ef91467d85160
tree93de7792eb79de4deb859e0e0d18d71564eb80b4
parenta965f303c77dc98de2f59fc3af2d84c7a7d6d5a0
imsm: fix handling of the 'migr_state' and 'migr_type' bits

The option-rom and the Matrix driver mark resyncs/rebuilds with the
migrate state bits.  Update sizeof_imsm_dev to allow allocation of
imsm_dev entries large enough to grow if migr_state is later set.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c