]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: FIX: local mdadm update shouldn't be done in update creation function.
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 12 Jan 2011 23:05:31 +0000 (10:05 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 12 Jan 2011 23:05:31 +0000 (10:05 +1100)
commitf557efbb3f517437bbcce1a2053254d7f443168b
tree527ee1b7310ec46285cde7774e39e36641a70aa1
parent8dd70bce5b0c5f498474e3a8183c3cf1872ff7fb
imsm: FIX: local mdadm update shouldn't be done in update creation function.

Local update is performed based on created update, so this code can broke
local update and it is not necessary as prepare and process update functions
are used.

Code removed.

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