]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
non-trivial warn_unused_result fixes, activate_spare
authorDan Williams <dan.j.williams@intel.com>
Sun, 28 Sep 2008 19:12:08 +0000 (12:12 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 15 Oct 2008 21:15:52 +0000 (14:15 -0700)
commit792449393d1792e1bdb45aedada395f345564484
treeb894fce7ddd71e709e1fe120c548749e4cff743d
parent175593bf286d3593e3690b3b321388b24663910f
non-trivial warn_unused_result fixes, activate_spare

Both super-ddf and super-intel ignore memory allocation failures during
->activate_spare.  Fix these up by cancelling the activation.

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