]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdmon: allow prepare_update to report failure.
authorNeilBrown <neilb@suse.de>
Thu, 10 Jul 2014 05:54:02 +0000 (15:54 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 10 Jul 2014 05:54:02 +0000 (15:54 +1000)
commit5fe6f031d9a21a935f0ef1b1fbdb314b53f2199f
tree44f8fd5707a7a7ca7cde9a4abb1cf49c14e88466
parent0c21b485e4beb7bcfe631412a231f7c1ea1067bc
mdmon: allow prepare_update to report failure.

If 'prepare_update' fails for some reason there is little
point continuing on to 'process_update'.
For now only malloc failures are caught, but other failures
will be considered in future.

Signed-off-by: NeilBrown <neilb@suse.de>
managemon.c
mdadm.h
super-ddf.c
super-intel.c